:root{--bg-color: #000;--bg-yellow: #f5d300;--bg-blue: #1e2846;--bg-brightBlue: #3b39ff;--bg-red:#f52531;--mainColor:#00a8e6;--activeColor:#06A7E6}.custom-select{position:relative}.custom-select:before{content:"";position:absolute;right:10px;top:50%;border-left:solid 4px rgba(0,0,0,0);border-right:solid 4px rgba(0,0,0,0);border-top:solid 5px #888;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.custom-select select{position:relative;background:none;cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none}.custom-select select::-ms-expand{display:none}.main-shadow{-webkit-box-shadow:0 9px 35px rgba(0,0,0,.03);box-shadow:0 9px 35px rgba(0,0,0,.03)}.container{margin:0 auto;padding:0 15px;width:1230px}.content{padding-bottom:30px}.section-wrap{background-color:#fff;-webkit-box-shadow:0 9px 35px rgba(0,0,0,.03);box-shadow:0 9px 35px rgba(0,0,0,.03)}header{position:relative;z-index:999;background-color:#1c2b47}header .right-bg{position:absolute;right:0;top:0;bottom:0;z-index:1;width:50%;background-color:#fedd0b}header>.container{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:60px;background-color:#1c2b47}header .left-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header a.logo img{width:auto;height:34px}header .menu{margin-left:88px}header .menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .menu ul li:nth-child(n+2){margin-left:26px}header .menu ul li a{position:relative;display:block;font-size:16px;color:#fff;line-height:60px;outline:none;-webkit-transition:all .3s;transition:all .3s}header .menu ul li a:before{content:"";position:absolute;left:0;bottom:0;z-index:1;width:100%;height:4px;background-color:#06a7e6;-webkit-transition:all .3s;transition:all .3s;opacity:0;filter:alpha(opacity=0)}header .menu ul li:hover a:before,header .menu ul li.current a:before{opacity:1;filter:alpha(opacity=100)}header ul.weidenglu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:-15px;padding-right:15px;background-color:#fedd0b}header ul.weidenglu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 18px;height:60px;font-size:16px;color:#1c2b47;-webkit-transition:all .3s;transition:all .3s}header ul.weidenglu li a:hover{background-color:#f4d301}header ul.weidenglu li a:hover span{font-weight:bold}header ul.weidenglu li.li-dl a{border-right:solid 1px #1c2b47}header ul.weidenglu li.li-dl a i{margin-right:9px;font-size:16px;color:#1c2b47}header ul.yidenglu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header ul.yidenglu li.li-gwc a,header ul.yidenglu li.li-msg a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;height:60px}header ul.yidenglu li.li-gwc a i,header ul.yidenglu li.li-msg a i{font-size:20px;color:#fff}header ul.yidenglu li.li-gwc a span,header ul.yidenglu li.li-msg a span{display:block;position:absolute;left:50%;bottom:50%;z-index:2;padding:0 3px;min-width:14px;font-size:12px;color:#fff;line-height:14px;text-align:center;background-color:#fe1c25;border-radius:7px}header ul.yidenglu li.li-msg{margin-left:10px}header ul.yidenglu li.li-yonghu{margin-left:20px}header ul.yidenglu li.li-yonghu a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px}header ul.yidenglu li.li-yonghu a i{margin-right:9px;font-size:18px;color:#fff}header ul.yidenglu li.li-yonghu a span{font-size:16px;color:#fff}header ul.yidenglu li.li-yonghu a:hover span{text-decoration:underline}header ul.yidenglu li.li-logout{position:relative;margin-left:18px;padding-left:19px}header ul.yidenglu li.li-logout:before{content:"";position:absolute;left:0;top:50%;margin-top:-8px;width:1px;height:16px;background-color:#4b5365}header ul.yidenglu li.li-logout a{display:block;font-size:16px;color:#a8a8a8;line-height:60px;-webkit-transition:all .3s;transition:all .3s}header ul.yidenglu li.li-logout a:hover{color:#fff;text-decoration:underline !important}footer{padding-top:60px;background-color:#1e2846}footer .items:nth-child(1){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}footer .items:nth-child(1) .wrap-left ul.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer .items:nth-child(1) .wrap-left ul.nav li{margin-right:37px}footer .items:nth-child(1) .wrap-left ul.nav li:last-child{margin-right:0}footer .items:nth-child(1) .wrap-left ul.nav li a{font-size:14px;color:#fff;line-height:20px;-webkit-transition:all .3s;transition:all .3s}footer .items:nth-child(1) .wrap-left ul.nav li a:hover{color:rgba(255,255,255,.8);text-decoration:underline}footer .items:nth-child(1) .wrap-left ul.cont{margin-top:70px}footer .items:nth-child(1) .wrap-left ul.cont li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer .items:nth-child(1) .wrap-left ul.cont li:nth-child(n+2){margin-top:10px}footer .items:nth-child(1) .wrap-left ul.cont li i{margin-right:9px;font-size:14px;color:#fff}footer .items:nth-child(1) .wrap-left ul.cont li span{font-size:14px;color:#fff;line-height:20px}footer .items:nth-child(1) .wrap-right .wxqr span:nth-child(1){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:114px;height:114px;font-size:0;background:#49505b;border-radius:6px}footer .items:nth-child(1) .wrap-right .wxqr span:nth-child(1) img{width:100px;height:100px}footer .items:nth-child(1) .wrap-right .wxqr span:nth-child(2){display:block;margin-top:9px;font-size:12px;color:rgba(255,255,255,.6);line-height:17px;text-align:center}footer .items:nth-child(2){margin-top:25px;padding-top:15px;border-top:solid 1px #434854}footer .items:nth-child(2) .title{font-size:14px;color:#fff;line-height:20px}footer .items:nth-child(2) span{display:block;margin-top:6px;width:20px;height:2px;background:#06a7e6}footer .items:nth-child(2) ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:16px}footer .items:nth-child(2) ul li{margin-right:62px;margin-bottom:10px}footer .items:nth-child(2) ul li a{font-size:12px;color:rgba(255,255,255,.5);line-height:17px;-webkit-transition:all .3s;transition:all .3s}footer .items:nth-child(2) ul li a:hover{color:#fff;text-decoration:underline !important}footer .items:nth-child(3){margin-top:5px;padding-top:20px;padding-bottom:20px;font-size:14px;color:rgba(255,255,255,.3);line-height:20px;text-align:center;border-top:solid 1px #434854}.index-message{background-color:#fff}.index-message .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:32px}.index-message .container .icon-gonggao,.index-message .container .icon-guanbi{font-size:18px;color:#000}.index-message .container .icon-guanbi{cursor:pointer}.index-message .container .msg-container{margin:0 15px;width:calc(100% - 66px);font-size:14px;color:#333;overflow:hidden}.index-message .container .msg-container .msg-wrapper{position:relative;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.index-message .container .msg-container .msg-wrapper .msg-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.index-message .container .msg-container .msg-wrapper .msg-slide li{white-space:nowrap}.index-message .container .msg-container .msg-wrapper .msg-slide li:nth-child(n+2){padding-left:20px}.index-message .container .msg-container .msg-wrapper .msg-slide li a{color:#333}.index-message .container .msg-container .msg-wrapper .msg-slide li a:hover{color:#06a7e6;text-decoration:underline}.index-banner{position:relative}.index-banner img{display:block;width:100%;height:33vw;-o-object-fit:cover;object-fit:cover}.index-banner .swiper-pagination{left:50%;bottom:116px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:-43px;width:86px;height:50px;font-size:16px;color:#cdcdcd}.index-banner .swiper-pagination:before{content:"";position:absolute;left:50%;top:50%;margin-left:-45px;width:90px;height:1px;background-color:#e3e5e5;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.index-banner .swiper-pagination .swiper-pagination-page{position:absolute;left:5px;top:0;color:#fff}.index-banner .swiper-pagination .swiper-pagination-total{position:absolute;right:5px;bottom:0}.index-banner .swiper-button-prev,.index-banner .swiper-button-next{top:initial;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;font-size:12px;color:#e3e5e5;background:none}.index-banner .swiper-button-prev{bottom:148px;left:50%;margin-left:-90px}.index-banner .swiper-button-prev i{-webkit-transform:rotate(-90deg) scale(0.9);transform:rotate(-90deg) scale(0.9)}.index-banner .swiper-button-next{bottom:114px;right:50%;margin-right:-90px}.index-banner .swiper-button-next i{-webkit-transform:rotate(90deg) scale(0.9);transform:rotate(90deg) scale(0.9)}.index-main-title{margin-bottom:30px;text-align:center}.index-main-title h3{font-size:26px;color:#333;line-height:37px;font-weight:bold}.index-main-title p{margin-top:8px;font-size:14px;color:#666;line-height:20px}.index-main-title p a{color:#666;-webkit-transition:all .3s;transition:all .3s}.index-main-title p a:hover{color:#06a7e6;text-decoration:underline}.index-partner{position:relative;padding:50px 135px;background-color:#fff;-webkit-box-shadow:0 9px 35px rgba(0,0,0,.03);box-shadow:0 9px 35px rgba(0,0,0,.03)}.index-partner .swiper-container{width:100%}.index-partner .swiper-button-prev,.index-partner .swiper-button-next{margin-top:-22px;width:44px;height:44px;background:#fff;border-radius:50%;-webkit-box-shadow:0 0 10px rgba(0,0,0,.03);-ms-box-shadow:0 0 10px rgba(0,0,0,.03);-o-box-shadow:0 0 10px rgba(0,0,0,.03);box-shadow:0 0 10px rgba(0,0,0,.03);-webkit-transition:all .3s;transition:all .3s}.index-partner .swiper-button-prev:hover,.index-partner .swiper-button-next:hover{background:#06a7e6}.index-partner .swiper-button-prev:hover:before,.index-partner .swiper-button-next:hover:before{border-color:#fff}.index-partner .swiper-button-prev:before,.index-partner .swiper-button-next:before{content:"";position:absolute;left:50%;top:50%;margin:-5px 0 0 -3px;width:10px;height:10px;border-top:solid 2px #7c7c7c;border-left:solid 2px #7c7c7c;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .3s;transition:all .3s}.index-partner .swiper-button-prev{left:60px}.index-partner .swiper-button-next{right:60px;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.index-partner.swiper-height{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:377px}.index-partner.swiper-height .swiper-partner{height:326px}.index-partner.swiper-height .swiper-partner .swiper-slide{height:158px}.index-partner.swiper-height .swiper-partner .pic{max-width:100px;height:100px}.index-partner.swiper-height .swiper-partner h5{margin:0 auto;max-width:100px;height:48px;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.index-partner .swiper-partner .pic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 10px;height:140px}.index-partner .swiper-partner .pic a{position:relative;display:block;height:100%}.index-partner .swiper-partner .pic img{position:relative;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.index-partner .swiper-partner h5{color:#979797;text-align:center;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all .3s;transition:all .3s}.index-partner .swiper-partner .swiper-slide:hover .pic{opacity:.8;filter:alpha(opacity=80)}.index-partner .swiper-partner .swiper-slide:hover h5{color:#06a7e6;text-decoration:underline}.index-news ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.index-news ul li{width:calc((100% - 44px)/3)}.index-news ul li a{display:block;background:#fff;-webkit-box-shadow:0px 3px 10px 0px #eee;-ms-box-shadow:0px 3px 10px 0px #eee;-o-box-shadow:0px 3px 10px 0px #eee;box-shadow:0px 3px 10px 0px #eee}.index-news ul li a:hover .pic img{-webkit-transform:scale(1.05);transform:scale(1.05)}.index-news ul li a:hover .wrap h4{color:#06a7e6}.index-news ul li a .pic{height:230px;overflow:hidden}.index-news ul li a .pic img{display:block;width:100%;height:230px;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .3s;transition:all .3s}.index-news ul li a .wrap{padding:20px 20px 36px}.index-news ul li a .wrap h4{font-size:16px;color:#333;line-height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all .3s;transition:all .3s}.index-news ul li a .wrap .txt{margin-top:12px;height:40px;font-size:14px;color:#666;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-transition:all .3s;transition:all .3s}.index-more{display:block;margin:40px auto 0;width:110px;height:40px;font-size:14px;color:#06a7e6;line-height:38px;text-align:center;border:1px solid #06a7e6;-webkit-transition:all .3s;transition:all .3s}.index-more:hover{color:#fff;background-color:#06a7e6}.index-gonggao{display:-webkit-box;display:-ms-flexbox;display:flex}.index-gonggao .items{position:relative;width:50%}.index-gonggao .items:hover .pic img{-webkit-transform:scale(1.05);transform:scale(1.05)}.index-gonggao .items .pic{height:360px;overflow:hidden}.index-gonggao .items .pic img{display:block;width:1005;height:360px;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .3s;transition:all .3s}.index-gonggao .items .wrap{position:absolute;left:0;top:0;right:0;bottom:0;padding:41px 60px 0}.index-gonggao .items .wrap span{display:block;width:29px;height:4px;background-color:#fff}.index-gonggao .items .wrap h3{margin:10px 0 0;font-size:28px;color:#fff;line-height:40px}.index-gonggao .items .wrap ul{margin-top:30px;height:110px}.index-gonggao .items .wrap ul li:nth-child(n+2){margin-top:10px}.index-gonggao .items .wrap ul li a{display:block;font-size:14px;color:#fff;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.index-gonggao .items .wrap ul li a:hover{text-decoration:underline}.index-gonggao .items .wrap a.more{display:block;margin-top:40px;width:110px;height:40px;font-size:14px;color:#fff;text-align:center;line-height:38px;border:solid 1px #fff;-webkit-transition:all .3s;transition:all .3s}.index-gonggao .items .wrap a.more:hover{color:#06a7e6;border-color:#06a7e6}.banner{height:280px}.banner img{display:block;width:100%;height:280px;-o-object-fit:cover;object-fit:cover}.search-form-container{position:relative;z-index:2}.search-form-bg{background:#fff;-webkit-box-shadow:0px 3px 10px 0px rgba(238,238,238,.5);box-shadow:0px 3px 10px 0px rgba(238,238,238,.5)}.search-from-title{margin-bottom:10px}.search-from-title span{font-size:14px;color:#06a7e6;line-height:24px}.search-from-title.arrow{display:-webkit-box;display:-ms-flexbox;display:flex}.search-from-title.arrow span{position:relative;padding-bottom:6px;line-height:20px}.search-from-title.arrow span:before{content:"";position:absolute;left:50%;bottom:0;margin-left:-3px;border-left:solid 3px rgba(0,0,0,0);border-right:solid 3px rgba(0,0,0,0);border-top:solid 4px #06a7e6}.search-form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-form-row:nth-child(n+2){margin-top:20px}.search-form-col{-webkit-box-flex:1;-ms-flex:1;flex:1}.search-form-col:nth-child(n+2){margin-left:20px}.search-from-input{display:block;padding:0 10px;width:100%;height:40px;font-size:14px;color:#333;line-height:38px;background:none;border:solid 1px #e3e5e5;-webkit-transition:all .3s;transition:all .3s}.search-from-input:hover{border-color:#06a7e6}.search-from-select{position:relative;min-height:40px}.search-from-select:before{content:"";position:absolute;right:10px;top:50%;margin-top:-3px;border-left:solid 4px rgba(0,0,0,0);border-right:solid 4px rgba(0,0,0,0);border-top:solid 5px #888}.search-from-select select{position:relative;z-index:2;display:block;padding:0 10px;width:100%;height:40px;font-size:14px;color:#333;line-height:38px;background:none;border:solid 1px #e3e5e5;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.search-from-select select:hover{border-color:#06a7e6}.search-from-select select{appearance:none;-moz-appearance:none;-webkit-appearance:none}.search-from-select select::-ms-expand{display:none}.search-form-button{display:block;padding:0;width:100%;height:40px;font-size:14px;color:#fff;line-height:40px;text-align:center;background:#06a7e6;border:none;-webkit-transition:all .3s;transition:all .3s}.search-form-button:hover{background-color:#0699d3}.search-form-ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:40px}.search-form-ul-position{position:relative}.search-form-button-box{position:absolute;right:0;top:0}.search-form-reset-box{position:absolute;right:0;top:0}.search-form-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:65px;height:40px;font-size:14px;color:#999;border:1px solid #bfbfbf;-webkit-transition:all .3s;transition:all .3s}.search-form-reset:hover{color:#fff;background-color:#06a7e6;border-color:#06a7e6}.jszl-search-form{padding-top:24px;padding-left:30px;padding-right:30px;height:228px}.jszl-search-form .search-form-row:nth-child(1){display:block}.jszl-search-form .search-form-row:nth-child(1) ul{padding-right:195px}.jszl-search-form .search-form-row:nth-child(1) ul li:nth-child(1),.jszl-search-form .search-form-row:nth-child(1) ul li:nth-child(2),.jszl-search-form .search-form-row:nth-child(1) ul li:nth-child(3),.jszl-search-form .search-form-row:nth-child(1) ul li:nth-child(4){margin-right:20px;width:calc((100% - 80px)/4)}.jszl-search-form .search-form-row:nth-child(1) ul li:nth-child(5){width:110px}.jszl-search-form .search-form-row:nth-child(1) ul li:nth-child(6){width:65px}.jszl-search-form .search-form-row:nth-child(2) .search-form-col:nth-child(1) ul{padding-right:110px}.jszl-search-form .search-form-row:nth-child(2) .search-form-col:nth-child(1) ul li:nth-child(1){margin-right:20px;width:calc(100% - 20px)}.jszl-search-form .search-form-row:nth-child(2) .search-form-col:nth-child(1) ul li:nth-child(2){width:110px}.s_container,.ss_container{position:relative}.s_container .s_wrapper,.ss_container .s_wrapper{display:none;position:absolute;left:0;top:100%;z-index:9;width:100%;height:456px;background:#fff;border:1px solid #c9c9c9;border-top:none}.s_container:before{content:"";position:absolute;right:10px;top:50%;z-index:1;margin-top:-3px;border-left:solid 4px rgba(0,0,0,0);border-right:solid 4px rgba(0,0,0,0);border-top:solid 5px #888;-webkit-transition:all .3s;transition:all .3s}.s_container.arrow-active:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.s_container>input{position:relative;z-index:2;background:rgba(0,0,0,0)}.s_container .letter{position:absolute;top:0;right:0;z-index:2;padding-top:2px;padding-bottom:2px;width:22px;border:1px solid #a0a0a0}.s_container .letter span{display:block;margin:0 auto 1px;width:16px;height:16px;font-size:14px;color:#fff;line-height:14px;text-align:center;background:#0068b7;border:1px solid #a0a0a0;cursor:pointer}.s_container .hotSelect{position:relative;height:100%;overflow:scroll;overflow-x:hidden}.s_container .hotSelect .item dt{padding-left:13px;height:32px;font-size:16px;color:#0068b7;line-height:32px;border-bottom:1px solid #eee;font-weight:normal}.s_container .hotSelect .item dd{padding-left:13px;height:30px;font-size:12px;color:#333;line-height:30px;border-bottom:1px solid #eee;cursor:pointer}.s_container .fuzzy{display:none;position:absolute;left:0;top:100%;z-index:9;width:100%;max-height:456px;background:#fff;border:1px solid #c9c9c9;border-top:none;overflow:scroll;overflow-x:hidden}.s_container .fuzzy span,.s_container .fuzzy .noData,.ss_container .fuzzy .noData{display:block;padding-left:13px;height:30px;font-size:14px;color:#333;line-height:30px;cursor:pointer}.s_container .hotSelect .item dd:hover,.s_container .fuzzy span:hover,.ss_container .hotSelect span:hover,.ss_container .hotSelect span.current,.ss_container .fuzzy span:hover,.ss_container .fuzzy span.current{background:#eee}.ss_container .s_title{position:relative;padding:0 10px;width:100%;height:40px;font-size:14px;color:#333;line-height:38px;background:none;border:solid 1px #e3e5e5;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.ss_container .s_title:hover{border-color:#06a7e6}.ss_container .s_title:before{content:"";position:absolute;right:10px;top:50%;margin-top:-3px;border-left:solid 4px rgba(0,0,0,0);border-right:solid 4px rgba(0,0,0,0);border-top:solid 5px #888}.ss_container .s_title.current:before{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.ss_container .s_wrapper{height:auto}.ss_container .s_wrapper input{display:block;margin:3px;padding:0 10px;width:calc(100% - 6px);height:34px;font-size:14px;color:#333;line-height:32px;background-color:#fff;border:solid 1px #e3e5e5;-webkit-transition:all .3s;transition:all .3s}.ss_container .s_wrapper input:hover{border-color:#06a7e6}.ss_container .hotSelect,.ss_container .fuzzy{display:none;max-height:315px;overflow:scroll;overflow-x:hidden}.ss_container .hotSelect span,.ss_container .fuzzy span{display:block;padding-left:13px;padding-top:3px;padding-bottom:3px;min-height:30px;font-size:14px;color:#333;line-height:24px;cursor:pointer}.index-search-from{padding-top:24px;padding-right:53px;padding-left:30px;height:128px}.index-search-from ul{padding-right:110px}.index-search-from ul li:nth-child(1){margin-right:50px;width:490px}.index-search-from ul li:nth-child(2){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:18px}.index-search-from ul li:nth-child(2) span{margin-right:18px;font-size:14px;color:#333}.index-search-from ul li:nth-child(2) input{width:110px}.index-search-from ul li:nth-child(3){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.index-search-from ul li:nth-child(3) img{margin-right:14px;width:100px;height:40px}.index-search-from ul li:nth-child(3)>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px}.index-search-from ul li:nth-child(3)>span span{margin-right:5px;color:#333}.index-search-from ul li:nth-child(3)>span a{color:#06a7e6}.index-search-from ul li:nth-child(3)>span a:hover{text-decoration:underline}.index-search-from ul li:nth-child(4){width:110px}.help-search-form{padding:24px 50px 0 30px;height:128px}.help-search-form ul{padding-right:110px}.help-search-form ul li:nth-child(1){width:956px}.help-search-form ul li:nth-child(2){width:110px}.wxfw-search-from{padding-top:24px;padding-right:50px;padding-left:30px;height:128px}.wxfw-search-from ul{padding-right:195px}.wxfw-search-from ul li:nth-child(1),.wxfw-search-from ul li:nth-child(2),.wxfw-search-from ul li:nth-child(3),.wxfw-search-from ul li:nth-child(4){margin-right:20px;width:calc((100% - 80px)/4)}.wxfw-search-from ul li:nth-child(5){width:110px}.wxfw-search-from ul li:nth-child(6){width:65px}.wxfw-list ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:18px;padding-bottom:18px;padding-left:30px;padding-right:30px;background-color:#fff;-webkit-box-shadow:0px 3px 10px 0px #eee;box-shadow:0px 3px 10px 0px #eee}.wxfw-list ul li:nth-child(n+2){margin-top:20px}.wxfw-list .pic{width:230px;height:154px;overflow:hidden}.wxfw-list .pic img{display:block;width:100%;height:154px;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s;transition:all .5s}.wxfw-list ul li:hover .pic img{-webkit-transform:scale(1.02);transform:scale(1.02)}.wxfw-list .wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:40px;padding-right:20px}.wxfw-list .wrap-left{width:calc(100% - 110px - 30px)}.wxfw-list .title{font-size:0}.wxfw-list .title a{display:inline-block;vertical-align:middle;max-width:100%;font-size:18px;color:#333;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all .3s;transition:all .3s}.wxfw-list .title a span{color:#06a7e6}.wxfw-list .title a:hover{color:#06a7e6}.wxfw-list .text{margin-top:22px}.wxfw-list .text .items{font-size:14px;color:#666;line-height:20px}.wxfw-list .text .items:nth-child(n+2){margin-top:8px}.wxfw-list .star{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.wxfw-list .star i{font-size:16px;color:red}.wxfw-list .star i:nth-child(n+2){margin-left:10px}.wxfw-list a.more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:110px;height:40px;font-size:14px;color:#06a7e6;border:1px solid #06a7e6;-webkit-transition:all .3s;transition:all .3s}.wxfw-list a.more:hover{color:#fff;background-color:#06a7e6;border-color:#06a7e6}.wxfw-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:33px;padding-left:30px;padding-right:30px;padding-bottom:33px;height:220px;background-color:#fff;-webkit-box-shadow:0px 3px 10px 0px rgba(238,238,238,.5);box-shadow:0px 3px 10px 0px rgba(238,238,238,.5)}.wxfw-info .pic{width:230px;height:154px;overflow:hidden}.wxfw-info .pic img{display:block;height:154px;-o-object-fit:cover;object-fit:cover}.wxfw-info .wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:40px}.wxfw-info .wrap .cont{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:40px}.wxfw-info .wrap .cont h5{margin-bottom:15px;font-size:18px;color:#1e2846;line-height:26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold}.wxfw-info .wrap .cont h5 span{color:#3b39ff}.wxfw-info .wrap .cont p{margin-top:10px;font-size:15px;color:#1e2846;line-height:26px}.wxfw-info .wrap .cont a{display:inline-block;margin-top:10px;font-size:15px;color:#06a7e6;line-height:26px}.wxfw-info .wrap .cont a:hover{text-decoration:underline}.wxfw-info .wrap .evaluation>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15px}.wxfw-info .wrap .evaluation>span i{font-size:18px;color:red}.wxfw-info .wrap .evaluation>span:nth-child(n+2){margin-left:10px}.wxfw-info .wrap .evaluation h6{margin-top:10px;font-size:15px;color:#1e2846;line-height:26px}.page ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page ul .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page ul .pagination p,.page ul .pagination a{float:none;margin:0 3px;padding:0 10px;min-width:29px;height:32px;font-size:12px;color:#666;line-height:30px;text-align:center;background:#eee;border:solid 1px #e5e5e5}.page ul .pagination p{cursor:not-allowed}.page ul .pagination a{-webkit-transition:all .3s;transition:all .3s}.page ul .pagination a:hover,.page ul .pagination a.cur{color:#fff;background:#007dc9}.wxfw-detailes .linkNav{position:sticky;top:0;z-index:99;background-color:#fff;-webkit-box-shadow:inset 0 -1px 0 0 #e3e5e5;box-shadow:inset 0 -1px 0 0 #e3e5e5}.wxfw-detailes .linkNav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wxfw-detailes .linkNav ul li{position:relative;margin-right:40px;font-size:16px;color:#1e2846;line-height:66px;cursor:pointer}.wxfw-detailes .linkNav ul li:before{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background-color:#06a7e6;-webkit-transition:all .3s;transition:all .3s;opacity:0;filter:alpha(opacity=0)}.wxfw-detailes .linkNav ul li:hover:before,.wxfw-detailes .linkNav ul li.current:before{opacity:1;filter:alpha(opacity=100)}.wxfw-detailes .linkMain .item{display:none}.wxfw-detailes .linkMain .item.current{display:block}.wxfw-detailes .linkMain .txt{font-size:14px;color:#333;line-height:26px;word-break:break-all}.wxfw-detailes .linkMain .txt img{max-width:100% !important}.wxfw-detailes .yhpj-statistics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:14px 15px 24px;-webkit-box-shadow:inset 0 -1px 0 0 #e3e5e5;box-shadow:inset 0 -1px 0 0 #e3e5e5}.wxfw-detailes .tj-xing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:330px}.wxfw-detailes .tj-xing .name{font-size:15px;color:#1e2846}.wxfw-detailes .tj-xing .xing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wxfw-detailes .tj-xing .xing i{margin-left:10px;font-size:20px;color:red}.wxfw-detailes .tj-hpl{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:15px;color:#1e2846}.wxfw-detailes .fbpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:110px;height:40px;font-size:14px;color:#fff;background:#00b1bd;-webkit-transition:all .3s;transition:all .3s}.wxfw-detailes .fbpl:hover{background-color:#009fa9}.wxfw-detailes .yhpj-list ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px 15px 25px;-webkit-box-shadow:inset 0 -1px 0 0 #e3e5e5;box-shadow:inset 0 -1px 0 0 #e3e5e5}.wxfw-detailes .yhpj-list ul li .left-wrap{width:130px}.wxfw-detailes .yhpj-list ul li .left-wrap .pic img{display:block;width:100%;height:85px;-o-object-fit:cover;object-fit:cover}.wxfw-detailes .yhpj-list ul li .left-wrap .name{margin-top:5px;font-size:15px;color:#1e2846;line-height:24px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wxfw-detailes .yhpj-list ul li .info-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 35px;margin-bottom:29px}.wxfw-detailes .yhpj-list ul li .info-wrap .pf{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wxfw-detailes .yhpj-list ul li .info-wrap .pf .name{font-size:15px;color:#1e2846}.wxfw-detailes .yhpj-list ul li .info-wrap .pf .xing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wxfw-detailes .yhpj-list ul li .info-wrap .pf .xing i{margin-left:10px;font-size:20px;color:red}.wxfw-detailes .yhpj-list ul li .info-wrap .nr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:10px;line-height:24px}.wxfw-detailes .yhpj-list ul li .info-wrap .nr .name{font-size:15px;color:#1e2846}.wxfw-detailes .yhpj-list ul li .info-wrap .nr .nr-right{padding-left:10px;font-size:15px;color:#1e2846}.wxfw-detailes .yhpj-list ul li .right-wrap{margin-bottom:29px}.wxfw-detailes .yhpj-list ul li .right-wrap .timer{font-size:15px;color:#1e2846}.wxfw-detailes .map-container{position:relative;height:504px;background-color:#eee}.wxfw-detailes .other-msg .info ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:15px;color:#1e2846;border-bottom:solid 1px #eee}.wxfw-detailes .other-msg .info ul li .name{padding:0 10px;width:110px;font-weight:bold;line-height:51px;border-right:solid 1px #eee}.wxfw-detailes .other-msg .info ul li .wrap{padding:10px 15px;width:calc(100% - 110px);word-break:break-all;line-height:31px}.wxfw-detailes .other-msg .txt{margin-top:10px}.wxfw-detailes .other-msg .txt .title{font-size:15px;font-weight:bold;line-height:51px}.wxfw-detailes .other-msg .txt .texts{font-size:15px;color:#1e2846;line-height:51px;word-break:break-all}#main-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#main-more a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:110px;height:40px;font-size:14px;color:#06a7e6;border:solid 1px #06a7e6;-webkit-transition:all .3s;transition:all .3s}#main-more a:hover{color:#fff;background-color:#0699d3;border-color:#0699d3}#main-more a:nth-child(n+2){margin-left:20px}.hzhb-list ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;max-width:1000px}.hzhb-list ul li{margin-right:20px;width:calc((100% - 80px)/5)}.hzhb-list ul li:nth-child(5n+5){margin-right:0}.hzhb-list ul li:nth-child(n+6){margin-top:20px}.hzhb-list ul li .pic{margin:0 auto;height:110px;max-width:110px;font-size:0}.hzhb-list ul li .pic a{position:relative;display:block;height:100%}.hzhb-list ul li .pic img{position:relative;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hzhb-list ul li h5{margin:10px auto 0;max-width:100px;height:48px;font-size:16px;color:#989898;line-height:24px;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-transition:all .3s;transition:all .3s}.hzhb-list ul li:hover .pic{opacity:.8;filter:alpha(opacity=80)}.hzhb-list ul li:hover h5{color:#1e2846;text-decoration:underline}.ckzl-list ul li{border-top:solid 1px #f7f8fa;border-bottom:solid 1px #f7f8fa}.ckzl-list ul li:nth-child(n+2){margin-top:-1px}.ckzl-list ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;height:102px;-webkit-transition:all .3s;transition:all .3s}.ckzl-list ul li a:hover{background-color:#f8f8f8}.ckzl-list ul li .wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:30px}.ckzl-list ul li .wrap h5{font-size:16px;color:#1e2846;line-height:26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ckzl-list ul li .wrap .tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.ckzl-list ul li .wrap .tag span{height:18px;font-size:15px;color:#1e2846;line-height:18px}.ckzl-list ul li .wrap .tag span:nth-child(n+2){margin-left:20px;padding-left:20px;border-left:solid 1px #1e2846}.ckzl-list ul li .more{padding:0 10px;font-size:15px;color:#00a8e6;line-height:30px;border:solid 1px #00a8e6;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.ckzl-list ul li .more:hover{color:#fff;background-color:#06a7e6;border-color:#06a7e6}.detailes-title{padding-bottom:15px;margin-bottom:25px;border-bottom:solid 1px #f0f0f0}.detailes-title .title{font-size:16px;color:#333;line-height:22px;font-weight:bold}.detailes-title .other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}.detailes-title .wrap-left{font-size:14px;color:#999;line-height:20px}.detailes-title .wrap-right,.detailes-title .icon-wrap,.detailes-title .dianzan,.detailes-title .chakan{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.detailes-title .dianzan{cursor:pointer}.detailes-title .chakan{margin-left:20px}.detailes-title .dianzan i,.detailes-title .chakan i{font-size:16px;color:#666}.detailes-title .dianzan span,.detailes-title .chakan span{margin-left:9px;font-size:14px;color:#666;line-height:20px}.detailes-title .share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px}.detailes-title .share span{margin-right:7px;font-size:14px;color:#999}.detailes-title .share a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:20px;height:20px;background-color:#d8d8d8;border-radius:50%;-webkit-transition:all .3s;transition:all .3s}.detailes-title .share a:hover{background-color:#06a7e6}.detailes-title .share a:nth-child(n+3){margin-left:10px}.detailes-title .share a i{font-size:14px;color:#fff}.detailes-content{font-size:14px;color:#333;line-height:20px;word-break:break-all}.detailes-content img{max-width:100% !important}.ppxq-info .ppjs h5{font-size:17px;color:#2a8cff;line-height:20px;font-weight:bold}.ppxq-info .ppjs .txt{position:relative;padding-bottom:10px;margin-top:15px;max-height:134px;font-size:14px;color:#333;line-height:24px;overflow:hidden}.ppxq-info .ppjs .txt.current{max-height:initial}.ppxq-info .ppjs .txt.current .zhankai{display:none}.ppxq-info .ppjs .txt .zhankai{position:absolute;left:0;bottom:0;right:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff}.ppxq-info .ppjs .txt .zhankai span{padding:0 10px;font-size:14px;color:#2a8cff;line-height:34px;cursor:pointer}.ppxq-info .ppjs .txt .zhankai span:hover{text-decoration:underline}.ppxq-info .hylx{border-top:solid 5px #f6f8fe}.ppxq-info .hylx h5{font-size:17px;color:#2a8cff;line-height:20px;font-weight:bold}.ppxq-info .hylx .txt{margin-top:10px;font-size:14px;color:#333;line-height:40px}.hylx-list ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hylx-list ul li{position:relative;padding:30px 25px 0;width:300px;height:386px;background-image:url(../images//bg-line.png);background-position:top;background-repeat:repeat-x;-webkit-box-shadow:1px 4px 13px rgba(236,236,236,.42);-ms-box-shadow:1px 4px 13px rgba(236,236,236,.42);-o-box-shadow:1px 4px 13px rgba(236,236,236,.42);box-shadow:1px 4px 13px rgba(236,236,236,.42);border-radius:10px;overflow:hidden}.hylx-list ul li:before{content:"";position:absolute;top:0;right:0;z-index:1;width:100%;height:100%;background-image:url(../images//bg-v.png);background-position:right top;background-repeat:no-repeat}.hylx-list ul li h5{position:relative;z-index:2;font-size:17px;line-height:24px;font-weight:bold}.hylx-list ul li .txt{position:relative;z-index:2;margin-top:15px;font-size:16px;color:#333;line-height:30px}.hylx-list ul li .txt p:nth-child(n+2){margin-top:16px}.hylx-list ul li .price{position:relative;z-index:2;margin-top:23px;font-size:28px;font-weight:bold;line-height:34px}.hylx-list ul li .price span{font-size:16px;font-weight:normal}.hylx-list ul li a{position:relative;z-index:2;display:block;margin-top:20px;height:48px;font-size:16px;color:#fff;text-align:center;line-height:48px;cursor:pointer;border-radius:5px}.hylx-list ul li a:hover{opacity:.9;filter:alpha(opacity=90)}.hylx-list ul li:nth-child(1) h5,.hylx-list ul li:nth-child(1) .price{color:#2489ff}.hylx-list ul li:nth-child(1) a{background-color:#2a8cff}.hylx-list ul li:nth-child(2) h5,.hylx-list ul li:nth-child(2) .price{color:#4b79b0}.hylx-list ul li:nth-child(2) a{background-color:#4b79b0}.hylx-list ul li:nth-child(3) h5,.hylx-list ul li:nth-child(3) .price{color:#b09156}.hylx-list ul li:nth-child(3) a{background-color:#b09156}.hyqy .hyqy-title{font-size:24px;color:#000;text-align:center;font-weight:bold}.hyqy .hyqy-list ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.hyqy .hyqy-list ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:26px;width:calc((100% - 104px)/5);height:146px;background-color:#f6f7f9;border:solid 1px #e8eaec;border-radius:10px}.hyqy .hyqy-list ul li:nth-child(5n+5){margin-right:0}.hyqy .hyqy-list ul li:nth-child(n+6){margin-top:30px}.hyqy .hyqy-list ul li .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:61px;height:61px;font-size:0}.hyqy .hyqy-list ul li .icon img{max-width:100%;max-height:100%}.hyqy .hyqy-list ul li h5{margin:15px 0 0;font-size:16px;color:#444a4f;line-height:24px}.gmsp{min-height:1360px}.gmsp .gmsp-nav{padding-left:5px;margin-right:-5px}.gmsp .gmsp-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex}.gmsp .gmsp-nav ul li{position:relative;width:33.3333333333%;cursor:pointer}.gmsp .gmsp-nav ul li.current .wrap a{background-image:-webkit-gradient(linear, left top, right top, from(#2388ff), to(#3d96ff));background-image:linear-gradient(to right, #2388ff, #3d96ff)}.gmsp .gmsp-nav ul li.current .wrap a span{background-image:url(../images/bg-gmsp-check.png)}.gmsp .gmsp-nav ul li .wrap{border-radius:8px 0 0 0;-webkit-transform:skewX(-10deg);transform:skewX(-10deg);overflow:hidden}.gmsp .gmsp-nav ul li .wrap a{display:block;margin:0 10px 0 -10px;border-radius:0 8px 0 0;-webkit-transform:skewX(20deg);transform:skewX(20deg);background-image:-webkit-gradient(linear, left top, right top, from(#64647b), to(#76798c));background-image:linear-gradient(to right, #64647b, #76798c)}.gmsp .gmsp-nav ul li .wrap a span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:17px;color:#fff;-webkit-transform:skewX(-10deg);transform:skewX(-10deg);background-image:url(../images/bg-gmsp.png);background-position:calc(100% - 20px) 100%;background-repeat:no-repeat}.gmsp-wrap{padding:40px;background-color:#f5f6fa}.gmsp-wrap .pinpai-list{display:none}.gmsp-wrap .pinpai-list.current{display:block}.gmsp-wrap .pinpai-item:nth-child(n+2){margin-top:30px;padding-top:30px;border-top:solid 1px #ccc}.gmsp-wrap .title{font-size:16px;color:#33383e;line-height:24px}.gmsp-wrap .list{margin-top:20px}.gmsp-wrap .list ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.gmsp-wrap .list ul li{position:relative;margin-right:25px;width:calc((100% - 100px)/5)}.gmsp-wrap .list ul li:nth-child(5n+5){margin-right:0}.gmsp-wrap .list ul li:nth-child(n+6){margin-top:25px}.gmsp-wrap .list ul li .radio-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:167px;background-color:#fff;border:solid 1px #e8eaec;border-radius:5px}.gmsp-wrap .list ul li .radio-wrap h6{font-size:16px;color:#33383e;line-height:24px;font-weight:bold}.gmsp-wrap .list ul li .radio-wrap .price{margin:5px 0;font-size:28px;color:#373c42;font-weight:bold;line-height:32px}.gmsp-wrap .list ul li .radio-wrap .price span{font-size:16px;font-weight:normal}.gmsp-wrap .list ul li .radio-wrap h5{font-size:14px;color:#69727d;line-height:24px;font-weight:bold}.gmsp-wrap .list ul li .mask{position:absolute;left:0;top:0;z-index:2;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;background:#fff;border-radius:5px}.gmsp-wrap .list ul li .mask a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;min-width:100px;height:34px;font-size:14px}.gmsp-wrap .list ul li .mask a:nth-child(n+2){margin-top:10px}.gmsp-wrap .list ul li .mask a.btn-gm{color:#fff;background:#00a8e6}.gmsp-wrap .list ul li .mask a.btn-gwc{color:#333}.gmsp-wrap .list ul li .mask a:hover{text-decoration:underline}.gmsp-wrap .list ul li:hover .mask{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:inset 0 0 0 2px #06a7e6;box-shadow:inset 0 0 0 2px #06a7e6}.zl-nav-container{height:64px}.zl-nav{position:relative;background:#1c2b47}.zl-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zl-nav ul li{-webkit-box-flex:1;-ms-flex:1;flex:1}.zl-nav ul li a{display:block;font-size:16px;color:#fff;text-align:center;line-height:64px;-webkit-transition:all .3s;transition:all .3s}.zl-nav ul li.current a,.zl-nav ul li:hover a{background-color:#06a7e6}.custom-table-search{width:400px}.custom-table-search .search-form-ul li:nth-child(1){width:calc(100% - 110px)}.custom-table-search .search-form-ul li:nth-child(2){width:110px}.zl-lanmu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.zl-lanmu .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;min-width:180px;font-size:16px;color:#06a7e6;line-height:46px;background:#ecf9ff;border-radius:4px}.zl-lanmu .title .titles{margin-left:10px}.zl-lanmu .zl-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zl-lanmu .zl-right .other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zl-lanmu .zl-right .other .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zl-lanmu .zl-right .other .btns:nth-child(n+2){margin-left:20px}.zl-lanmu .zl-right .other .btns>i{font-size:20px;color:#666}.zl-lanmu .zl-right .other .btns span{font-size:14px;color:#666}.zl-lanmu .zl-right .other .btns span:nth-child(n+2){margin-left:5px}.zl-lanmu .zl-right .other .btns span i{font-size:14px;color:#666;font-style:normal}.zl-lanmu .zl-right a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px;width:110px;height:40px;font-size:14px;color:#fff;background:#00b1bd;-webkit-transition:all .3s;transition:all .3s}.zl-lanmu .zl-right a:hover{background:#009fa9}.jszl-pdf-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100vh}.jszl-pdf-container .left-wrap{width:322px}.jszl-pdf-container .left-wrap .search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.jszl-pdf-container .left-wrap .search input{display:block;padding:0 10px;width:calc(100% - 110px);height:40px;font-size:14px;color:#333;line-height:38px;border:solid 1px #bfbfbf;-webkit-transition:all .3s;transition:all .3s}.jszl-pdf-container .left-wrap .search input:hover{border-color:#06a7e6}.jszl-pdf-container .left-wrap .search button{display:block;padding:0;width:110px;height:40px;font-size:14px;color:#fff;line-height:40px;text-align:center;background:#06a7e6;border:none;-webkit-transition:all .3s;transition:all .3s}.jszl-pdf-container .left-wrap .search button:hover{background:#0699d3}.pdf-subnav-container{position:relative;height:calc(100% - 40px - 8px);background-color:#f8f9fa}.pdf-subnav{position:relative;height:100%;overflow:scroll}.pdf-subnav .noData{display:block;font-size:14px;text-align:center;line-height:30px}.pdf-subnav ul{display:none;font-size:14px;line-height:24px}.pdf-subnav ul li{padding-left:24px}.pdf-subnav ul li .nav{position:relative}.pdf-subnav ul li .nav i{position:absolute;left:0;top:5px;width:14px;height:14px;background-color:#fff;border:solid 1px #ccc;border-radius:3px;-webkit-transition:all .3s ease-in;transition:all .3s ease-in;box-shadow:inset 5px 5px 5px rgba(255,255,255,.5);-webkit-box-shadow:inset 5px 5px 5px rgba(255,255,255,.5);cursor:pointer}.pdf-subnav ul li .nav i:hover{box-shadow:inset 5px 5px 5px rgba(255,255,255,.5),0 2px 6px rgba(0,0,0,.1);-webkit-box-shadow:inset 5px 5px 5px rgba(255,255,255,.5),0 2px 6px rgba(0,0,0,.1)}.pdf-subnav ul li .nav i:before{content:"";position:absolute;left:2px;top:50%;margin-top:-1px;width:8px;height:2px;background-color:#444;border-radius:1px}.pdf-subnav ul li .nav[data-status=off] i:after{content:"";position:absolute;top:2px;left:50%;margin-left:-1px;width:2px;height:8px;background-color:#444;border-radius:1px}.pdf-subnav ul li .nav span{display:inline-block;margin-left:24px;cursor:pointer;white-space:nowrap}.pdf-subnav ul li .nav span:hover{color:#62b0e2;text-decoration:underline}.pdf-subnav ul li.active .nav span{color:#62b0e2}.pdf-subnav>ul{display:block;padding:20px}.pdf-subnav>ul>li{padding-left:0}.pdf-main{padding:8px 20px 35px 20px;width:calc(100% - 320px - 17px);background-color:#f8f9fa}.pdf-main .pdf-title{margin-bottom:15px;font-size:18px;color:#333;line-height:25px}.pdf-main .pdf-iframe-table{position:relative;height:calc(100% - 40px);background-color:#fff}.pdf-main .pdf-iframe-loading{display:none;position:absolute;left:0;top:0;right:0;bottom:0;z-index:999;background-color:rgba(0,0,0,.6)}.pdf-main .pdf-iframe-loading span{position:absolute;left:50%;top:50%;margin:-50px 0 0 -50px;width:100px;height:100px;font-size:0}@keyframes load{0%{-webkit-transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(0.3);opacity:.5}}@-webkit-keyframes load{0%{-webkit-transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(0.3);opacity:.5}}.pdf-main .pdf-iframe-loading span i{display:inline-block;width:20px;height:20px;border-radius:50%;background:#4b7df9;position:absolute;-webkit-animation:load 1.04s ease infinite;animation:load 1.04s ease infinite}.pdf-main .pdf-iframe-loading span i:nth-child(1){left:0;top:50%;margin-top:-10px;-webkit-animation-delay:.13s;animation-delay:.13s}.pdf-main .pdf-iframe-loading span i:nth-child(2){left:14px;top:14px;-webkit-animation-delay:.26s;animation-delay:.26s}.pdf-main .pdf-iframe-loading span i:nth-child(3){left:50%;top:0;margin-left:-10px;-webkit-animation-delay:.39s;animation-delay:.39s}.pdf-main .pdf-iframe-loading span i:nth-child(4){top:14px;right:14px;-webkit-animation-delay:.52s;animation-delay:.52s}.pdf-main .pdf-iframe-loading span i:nth-child(5){right:0;top:50%;margin-top:-10px;-webkit-animation-delay:.65s;animation-delay:.65s}.pdf-main .pdf-iframe-loading span i:nth-child(6){right:14px;bottom:14px;-webkit-animation-delay:.78s;animation-delay:.78s}.pdf-main .pdf-iframe-loading span i:nth-child(7){bottom:0;left:50%;margin-left:-10px;-webkit-animation-delay:.91s;animation-delay:.91s}.pdf-main .pdf-iframe-loading span i:nth-child(8){bottom:14px;left:14px;-webkit-animation-delay:1.04s;animation-delay:1.04s}.pdf-iframe,.pdf-table{display:none;position:relative;height:100%;overflow:auto}.pdf-iframe #btn-print{position:absolute;right:10px;top:8px;z-index:999;display:block;font-size:0;cursor:pointer}.pdf-iframe #btn-print img{display:block;width:20px;height:20px;opacity:.8}.pdf-iframe .pdfBox{position:relative;height:100%}.pdf-iframe .pdfBox #old_pdf_cont{position:relative;height:100%}.pdf-iframe .pdfBox #old_pdf_cont .old_pdf_head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;height:32px;background-color:#474747;background-image:url(../images/texture.png),-webkit-gradient(linear, left top, left bottom, from(rgba(82, 82, 82, 0.99)), to(rgba(69, 69, 69, 0.95)));background-image:url(../images/texture.png),linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.15),inset 0 -1px 0 rgba(255,255,255,.05),0 1px 0 rgba(0,0,0,.15),0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.15),inset 0 -1px 0 rgba(255,255,255,.05),0 1px 0 rgba(0,0,0,.15),0 1px 1px rgba(0,0,0,.1)}.pdf-iframe .pdfBox #old_pdf_cont #old_pdf_presentationMode{width:32px;height:25px;background:url(../images/toolbarButton-presentationMode@2x.png) no-repeat center;background-size:16px auto;border:1px solid rgba(0,0,0,0);border-radius:2px}.pdf-iframe .pdfBox #old_pdf_cont #old_pdf_presentationMode:hover{border:1px solid rgba(0,0,0,.35);border-color:rgba(0,0,0,.32) rgba(0,0,0,.38) rgba(0,0,0,.42);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 0 1px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.05);box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 0 1px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.05)}.pdf-iframe .pdfBox #old_pdf_cont #old_pdf_body{position:relative;height:calc(100% - 32px)}.pdf-iframe .pdfBox #old_pdf_cont #old_pdf_body .old_pdf_bg{display:none;position:absolute;left:0;top:0;right:0;bottom:0;z-index:1}.pdf-iframe .pdfBox #old_pdf_cont #old_pdf_body .old_pdf_view_cont{position:relative;z-index:2;padding:20px 40px;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#3f3f3f}.pdf-iframe .pdfBox #old_pdf_cont #old_pdf_body.active .old_pdf_bg{display:block}.pdf-iframe .pdfBox #old_pdf_cont #old_pdf_body.active .old_pdf_view_cont{margin:0 auto;max-width:900px}.pdf-table .pic{margin-bottom:30px;font-size:0;text-align:center}.pdf-table .pic img{display:inline-block;max-width:100%}.pdf-table .table.pjxx-table{overflow-x:scroll}.pdf-table .table.pjxx-table table{width:1600px}.pdf-table .table{padding:0 30px}.pdf-table .table table{width:100%;text-align:center;border-color:#e6e6e6}.pdf-table .table table thead{height:66px;background-color:#f2f2f4}.pdf-table .table table thead td{font-weight:bold}.pdf-table .table table td{padding:5px}.pdf-table .table table td a{color:#3b39ff}.xtbb-table,.bcxx-table,.zygj-table,.jstg-table{padding:10px}.xtbb-table table,.bcxx-table table,.zygj-table table,.jstg-table table{width:100%;text-align:center;border-color:#e6e6e6}.xtbb-table table td,.bcxx-table table td,.zygj-table table td,.jstg-table table td{padding:5px}.xtbb-table table thead,.bcxx-table table thead,.zygj-table table thead,.jstg-table table thead{height:65px;background-color:#f2f2f4}.xtbb-table table thead td,.bcxx-table table thead td,.zygj-table table thead td,.jstg-table table thead td{font-size:16px;color:#1e2846;font-weight:bold}.xtbb-table table tbody tr td,.bcxx-table table tbody tr td,.zygj-table table tbody tr td,.jstg-table table tbody tr td{height:70px;font-size:14px;color:#1e2846;line-height:26px}.xtbb-table table tbody tr td .txts,.bcxx-table table tbody tr td .txts,.zygj-table table tbody tr td .txts,.jstg-table table tbody tr td .txts{max-width:65%;margin:0 auto}.zygj-table .more{font-size:14px;color:#f52531}.zygj-table .more:hover{text-decoration:underline}.zygj-table ul{margin:0 auto;max-width:900px}.zygj-table ul li{margin-bottom:20px;padding:5px;border:solid 1px #e3e5e5}.zygj-table ul li .item{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px}.zygj-table ul li .item:nth-child(n+2){border-top:solid 1px #eee}.zygj-table ul li .item.w100{width:100%}.zygj-table ul li .item .name{padding:0 10px;width:140px;color:#666;line-height:40px;background:rgba(0,0,0,.03);border-right:solid 1px #eee}.zygj-table ul li .item .txt{padding:8px 15px;width:calc(100% - 140px);line-height:24px}.xtbb-table tbody tr td:nth-child(5){text-align:left}.clrz-pic img{display:block;width:100%}.zygj-table{overflow-x:scroll}.zygj-table table{width:1500px}.jstg-table{overflow-x:scroll}.jstg-table table{width:1500px}.jstg-table tbody .pic{font-size:0}.jstg-table tbody .pic img{display:inline-block;vertical-align:middle;width:160px;height:120px;-o-object-fit:cover;object-fit:cover}.jstg-table tbody a.viewPic{-webkit-transition:all .3s;transition:all .3s}.jstg-table tbody a.viewPic:hover{color:#f52531;text-decoration:underline}.tc-container,.tc-container2{display:none}.tc-container .tc-box,.tc-container2 .tc-box{position:fixed;left:0;top:0;right:0;bottom:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.1)}.tc-container .tc-box .tc-wrapper,.tc-container2 .tc-box .tc-wrapper{width:480px;max-height:calc(100vh - 40px);background-color:#fff;overflow-y:auto}.tc-container .tc-box .tc-wrapper .tc-title,.tc-container2 .tc-box .tc-wrapper .tc-title{position:relative;height:67px;border-bottom:solid 1px #e3e5e5}.tc-container .tc-box .tc-wrapper .tc-title span,.tc-container2 .tc-box .tc-wrapper .tc-title span{display:block;font-size:15px;color:#1e2846;line-height:66px;text-align:center}.tc-container .tc-box .tc-wrapper .tc-title span.color-blue,.tc-container2 .tc-box .tc-wrapper .tc-title span.color-blue{color:#1f4bdb}.tc-container .tc-box .tc-wrapper .tc-title i.close,.tc-container2 .tc-box .tc-wrapper .tc-title i.close{display:block;position:absolute;right:15px;top:50%;margin-top:-10px;width:20px;height:20px;cursor:pointer}.tc-container .tc-box .tc-wrapper .tc-title i.close:before,.tc-container .tc-box .tc-wrapper .tc-title i.close:after,.tc-container2 .tc-box .tc-wrapper .tc-title i.close:before,.tc-container2 .tc-box .tc-wrapper .tc-title i.close:after{content:"";position:absolute;top:50%;left:50%;margin-left:-8px;margin-top:-1px;width:16px;height:2px;background-color:#464646}.tc-container .tc-box .tc-wrapper .tc-title i.close:before,.tc-container2 .tc-box .tc-wrapper .tc-title i.close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.tc-container .tc-box .tc-wrapper .tc-title i.close:after,.tc-container2 .tc-box .tc-wrapper .tc-title i.close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.tc-container .tc-box .tc-wrapper .tc-title i.close:hover:before,.tc-container .tc-box .tc-wrapper .tc-title i.close:hover:after,.tc-container2 .tc-box .tc-wrapper .tc-title i.close:hover:before,.tc-container2 .tc-box .tc-wrapper .tc-title i.close:hover:after{background-color:#007dc9}.tc-container .tc-box .tc-wrapper .tc-content .goumai p,.tc-container2 .tc-box .tc-wrapper .tc-content .goumai p{font-size:15px;color:#1e2846;line-height:32px}.tc-container .tc-box .tc-wrapper .tc-content .goumai a,.tc-container2 .tc-box .tc-wrapper .tc-content .goumai a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;width:155px;height:40px;font-size:16px;color:#fff;background-color:#06a7e6;border-radius:5px}.tc-container .tc-box .tc-wrapper .tc-content .goumai a:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .goumai a:hover{opacity:.8;filter:alpha(opacity=80)}.tc-container .tc-box .tc-wrapper .tc-content .noLogin p,.tc-container2 .tc-box .tc-wrapper .tc-content .noLogin p{font-size:15px;color:#1e2846;line-height:32px;text-align:center}.tc-container .tc-box .tc-wrapper .tc-content .noLogin .abox,.tc-container2 .tc-box .tc-wrapper .tc-content .noLogin .abox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tc-container .tc-box .tc-wrapper .tc-content .noLogin .abox a,.tc-container2 .tc-box .tc-wrapper .tc-content .noLogin .abox a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;height:40px;font-size:16px;border-radius:5px}.tc-container .tc-box .tc-wrapper .tc-content .noLogin .abox a:nth-child(2),.tc-container2 .tc-box .tc-wrapper .tc-content .noLogin .abox a:nth-child(2){margin-left:20px}.tc-container .tc-box .tc-wrapper .tc-content .noLogin .abox a.login,.tc-container2 .tc-box .tc-wrapper .tc-content .noLogin .abox a.login{color:#fff;background-color:#06a7e6}.tc-container .tc-box .tc-wrapper .tc-content .noLogin .abox a.register,.tc-container2 .tc-box .tc-wrapper .tc-content .noLogin .abox a.register{color:#333;background-color:#f1f1f1;border:solid 1px #e1e1e1}.tc-container .tc-box .tc-wrapper .tc-content .noLogin .abox a:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .noLogin .abox a:hover{opacity:.8;filter:alpha(opacity=80)}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-height:40px}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li.kdf,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li.kdf{display:none;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:14px;color:#333}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li.kdf.active,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li.kdf.active{display:-webkit-box;display:-ms-flexbox;display:flex}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li.kdf b,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li.kdf b{font-size:24px;color:#ff0024;font-weight:normal}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li.kdf b span,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li.kdf b span{font-size:14px;color:#333;font-weight:normal}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li:nth-child(n+2),.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li:nth-child(n+2){margin-top:15px}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li>.name,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li>.name{padding:8px 0;width:80px;font-size:14px;color:#262626;text-align:right;line-height:24px}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li>.name span,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li>.name span{color:#ff0014}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont{margin-left:25px;width:calc(100% - 105px)}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .price,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .price{font-size:16px;color:#ff0024;line-height:40px}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .radios,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .radios{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .radios label,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .radios label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .radios label:nth-child(n+2),.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .radios label:nth-child(n+2){margin-left:20px}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .radios label span,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .radios label span{margin-left:10px;font-size:14px;color:#262626}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .txt,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .txt{font-size:14px;color:#262626;line-height:40px}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont #addAddress,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont #addAddress{font-size:14px;color:#00a8e6;line-height:40px;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont #addAddress:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont #addAddress:hover{color:#06a7e6;text-decoration:underline}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .inputs input,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .inputs input{display:block;padding:0 10px;width:100%;height:40px;font-size:14px;color:#262626;line-height:38px;background-color:#fff;border:solid 1px #e3e5e5;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .inputs input:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .inputs input:hover{border-color:#1e2846}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .inputs textarea,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .inputs textarea{display:block;padding:7px 10px;width:100%;max-width:100%;min-width:100%;height:100px;min-height:100px;font-size:14px;color:#262626;line-height:24px;background-color:#fff;border:solid 1px #e3e5e5;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .inputs textarea:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao>ul>li .cont .inputs textarea:hover{border-color:#1e2846}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao button,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao button{display:block;margin:0 auto;width:110px;height:36px;font-size:16px;color:#fff;background-color:#00a8e6;border:none;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .kaipiao button:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .kaipiao button:hover{background-color:#06a7e6}.tc-container .tc-box .tc-wrapper .tc-content .cheliang input,.tc-container2 .tc-box .tc-wrapper .tc-content .cheliang input{display:block;padding:0 10px;width:100%;height:40px;font-size:14px;color:#666;line-height:38px;border:solid 1px #e3e5e5;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .cheliang input:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .cheliang input:hover{border-color:#1e2846}.tc-container .tc-box .tc-wrapper .tc-content .cheliang .tishi,.tc-container2 .tc-box .tc-wrapper .tc-content .cheliang .tishi{font-size:14px;color:red;line-height:24px}.tc-container .tc-box .tc-wrapper .tc-content .cheliang button,.tc-container2 .tc-box .tc-wrapper .tc-content .cheliang button{display:block;margin:0 auto;padding:0;width:110px;height:36px;font-size:16px;color:#fff;background-color:#2254f4;border:none;-webkit-transition:all .3s;transition:all .3s;border-radius:5px}.tc-container .tc-box .tc-wrapper .tc-content .cheliang button:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .cheliang button:hover{background-color:#f52531}.tc-container .tc-box .tc-wrapper .tc-content .pinglun ul li,.tc-container2 .tc-box .tc-wrapper .tc-content .pinglun ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tc-container .tc-box .tc-wrapper .tc-content .pinglun ul li:nth-child(n+2),.tc-container2 .tc-box .tc-wrapper .tc-content .pinglun ul li:nth-child(n+2){margin-top:20px}.tc-container .tc-box .tc-wrapper .tc-content .pinglun ul li .name,.tc-container2 .tc-box .tc-wrapper .tc-content .pinglun ul li .name{font-size:15px;color:#1e2846;line-height:34px}.tc-container .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap,.tc-container2 .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:10px}.tc-container .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap .xing,.tc-container2 .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap .xing{display:-webkit-box;display:-ms-flexbox;display:flex;height:34px}.tc-container .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap .xing .ibox,.tc-container2 .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap .xing .ibox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tc-container .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap .xing .ibox i,.tc-container2 .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap .xing .ibox i{font-size:24px;color:#666;cursor:pointer}.tc-container .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap .xing .ibox i:nth-child(n+2),.tc-container2 .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap .xing .ibox i:nth-child(n+2){margin-left:10px}.tc-container .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap .textarea textarea,.tc-container2 .tc-box .tc-wrapper .tc-content .pinglun ul li .right-wrap .textarea textarea{padding:5px 10px;width:100%;max-width:100%;min-width:100%;height:96px;font-size:15px;color:#1e2846;line-height:24px;min-height:96px;border:solid 1px #e6e6e6}.tc-container .tc-box .tc-wrapper .tc-content .pinglun button,.tc-container2 .tc-box .tc-wrapper .tc-content .pinglun button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;width:155px;height:40px;font-size:16px;color:#fff;background-color:red;border:none;border-radius:5px}.tc-container .tc-box .tc-wrapper .tc-content .pinglun button:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .pinglun button:hover{opacity:.8;filter:alpha(opacity=80)}.tc-container .tc-box .tc-wrapper .tc-content .bindWx-qr,.tc-container2 .tc-box .tc-wrapper .tc-content .bindWx-qr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tc-container .tc-box .tc-wrapper .tc-content .bindWx-qr #login_container,.tc-container2 .tc-box .tc-wrapper .tc-content .bindWx-qr #login_container{margin-left:-50px;width:300px;height:290px;overflow:hidden}.tc-container .tc-box .tc-wrapper .tc-content .bindWx-qr .smpic,.tc-container2 .tc-box .tc-wrapper .tc-content .bindWx-qr .smpic{font-size:0}.tc-container .tc-box .tc-wrapper .tc-content .bindWx-qr .smpic img,.tc-container2 .tc-box .tc-wrapper .tc-content .bindWx-qr .smpic img{display:block;width:200px}.tc-container .tc-box .tc-wrapper .tc-content .unbindWx,.tc-container2 .tc-box .tc-wrapper .tc-content .unbindWx{padding:25px 45px 35px 25px}.tc-container .tc-box .tc-wrapper .tc-content .unbindWx .tishi,.tc-container2 .tc-box .tc-wrapper .tc-content .unbindWx .tishi{font-size:15px;color:#1e2846}.tc-container .tc-box .tc-wrapper .tc-content .unbindWx .setting-wrapper,.tc-container2 .tc-box .tc-wrapper .tc-content .unbindWx .setting-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:70px}.tc-container .tc-box .tc-wrapper .tc-content .unbindWx .setting-wrapper a,.tc-container2 .tc-box .tc-wrapper .tc-content .unbindWx .setting-wrapper a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:90px;height:40px;font-size:15px;color:#1e2846;border:solid 1px #e8ecec;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .unbindWx .setting-wrapper a:nth-child(n+2),.tc-container2 .tc-box .tc-wrapper .tc-content .unbindWx .setting-wrapper a:nth-child(n+2){margin-left:10px}.tc-container .tc-box .tc-wrapper .tc-content .unbindWx .setting-wrapper a.active,.tc-container2 .tc-box .tc-wrapper .tc-content .unbindWx .setting-wrapper a.active{color:#fff;background:#00a8e6;border-color:#00a8e6}.tc-container .tc-box .tc-wrapper .tc-content .unbindWx .setting-wrapper a:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .unbindWx .setting-wrapper a:hover{color:#fff;background:#06a7e6;border-color:#06a7e6}.tc-container .tc-box .tc-wrapper .tc-content .setting-password,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password{padding:0 35px}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .phoneNumber,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .phoneNumber{font-size:14px;color:#74847d}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .phoneNumber span,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .phoneNumber span{color:#333;font-weight:bold}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .smsCode,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .smsCode{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .smsCode input,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .smsCode input{padding:0 10px;width:calc(100% - 110px);height:40px;font-size:14px;color:#333;line-height:38px;border:solid 1px #e8ecec;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .smsCode input:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .smsCode input:hover{border-color:#1e2846}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .smsCode #getSmsCode,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .smsCode #getSmsCode{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px;height:40px;font-size:14px;color:#333;line-height:38px;border:solid 1px #e8ecec;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .smsCode #getSmsCode:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .smsCode #getSmsCode:hover{color:#fff;background:#06a7e6;border-color:#06a7e6}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .smsCode #getSmsCode:disabled,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .smsCode #getSmsCode:disabled{color:#333 !important;background-color:#dedede !important;border-color:#e8ecec !important;cursor:not-allowed}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .newPassword,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .newPassword{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px;padding:0 10px;border:solid 1px #e8ecec;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .newPassword:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .newPassword:hover{border-color:#1e2846}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .newPassword input,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .newPassword input{width:calc(100% - 50px);height:38px;font-size:14px;color:#333;line-height:38px;background:none;border:none;outline:none}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .newPassword i,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .newPassword i{font-size:20px;color:#b4b4b4}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .setting-wrapper,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .setting-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:40px}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .setting-wrapper button,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .setting-wrapper button{padding:0;width:90px;height:40px;font-size:14px;color:#fff;line-height:40px;background:#00a8e6;border:none;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .setting-password .setting-wrapper button:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .setting-password .setting-wrapper button:hover{background:#06a7e6}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li:nth-child(n+2),.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li:nth-child(n+2){margin-top:15px}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li .name,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li .name{width:70px;font-size:15px;color:#1e2846;line-height:40px}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps{-webkit-box-flex:1;-ms-flex:1;flex:1}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps input,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps input{display:block;padding:0 10px;width:100%;height:40px;font-size:15px;color:#333;line-height:38px;border:solid 1px #dcdcdc}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps textarea,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps textarea{display:block;padding:4px 10px;width:100%;height:80px;font-size:15px;color:#333;line-height:30px;border:solid 1px #dcdcdc}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps .switch-wrap,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps .switch-wrap{position:relative;margin-top:7px;width:60px;height:26px}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps .switch-wrap .switch,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps .switch-wrap .switch{position:relative;height:26px;background:#ccc;border-radius:15px;-webkit-transition:all .2s;transition:all .2s}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps .switch-wrap .switch .point,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps .switch-wrap .switch .point{position:absolute;left:2px;top:2px;width:22px;height:22px;background:#fff;border-radius:50%;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps .switch-wrap .switch.active,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps .switch-wrap .switch.active{background:#06a7e6}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps .switch-wrap .switch.active .point,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li .wraps .switch-wrap .switch.active .point{left:calc(100% - 24px)}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li.city .wraps,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li.city .wraps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li.city .wraps .items,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li.city .wraps .items{position:relative;width:calc((100% - 20px)/3);border:solid 1px #dcdcdc}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li.city .wraps .items:before,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li.city .wraps .items:before{content:"";position:absolute;right:8px;top:50%;z-index:1;margin-top:-3px;border-left:solid 5px rgba(0,0,0,0);border-right:solid 5px rgba(0,0,0,0);border-top:solid 5px #999}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li.city .wraps .items select,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li.city .wraps .items select{position:relative;z-index:2;display:block;padding:0 10px;width:100%;height:38px;font-size:15px;color:#333;line-height:38px;cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none;border:none}.tc-container .tc-box .tc-wrapper .tc-content .addAddress ul li.city .wraps .items select::-ms-expand,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress ul li.city .wraps .items select::-ms-expand{display:none}.tc-container .tc-box .tc-wrapper .tc-content .addAddress .setting-wrapper,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress .setting-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:30px}.tc-container .tc-box .tc-wrapper .tc-content .addAddress .setting-wrapper button,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress .setting-wrapper button{padding:0;width:90px;height:40px;font-size:14px;color:#fff;line-height:40px;background:#00a8e6;border:none;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.tc-container .tc-box .tc-wrapper .tc-content .addAddress .setting-wrapper button:hover,.tc-container2 .tc-box .tc-wrapper .tc-content .addAddress .setting-wrapper button:hover{background:#06a7e6}.dlzc-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:945px;background-color:#fff;border-radius:50px;overflow:hidden}.dlzc-container .loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:50px;width:50%;color:#fff;background-image:url(../images/dl-container-bg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}.dlzc-container .loading .en{font-size:40px}.dlzc-container .loading .cn{margin-top:20px;font-size:34px}.dlzc-container .dlzc-wrapper{padding:40px 30px 45px;width:50%}.dlzc-container .dlzc-wrapper .dlzc-nav{margin-bottom:30px;border-bottom:solid 1px #dadada}.dlzc-container .dlzc-wrapper .dlzc-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dlzc-container .dlzc-wrapper .dlzc-nav ul li:nth-child(2){margin-left:70px}.dlzc-container .dlzc-wrapper .dlzc-nav ul li a{position:relative;padding-left:30px;font-size:18px;color:#b3b3b3;line-height:83px;-webkit-transition:all .3s;transition:all .3s}.dlzc-container .dlzc-wrapper .dlzc-nav ul li a i{display:inline-block;vertical-align:middle;font-size:28px;color:#b3b3b3;-webkit-transition:all .3s;transition:all .3s}.dlzc-container .dlzc-wrapper .dlzc-nav ul li a span{display:inline-block;vertical-align:middle}.dlzc-container .dlzc-wrapper .dlzc-nav ul li a:before{content:"";position:absolute;left:0;top:50%;margin-top:-7px;width:14px;height:14px;border:solid 2px #b3b3b3;border-radius:50%;-webkit-transition:all .3s;transition:all .3s}.dlzc-container .dlzc-wrapper .dlzc-nav ul li a:after{content:"";position:absolute;left:4px;top:50%;z-index:1;margin-top:-3px;width:6px;height:6px;background-color:#f6a32c;border-radius:50%;-webkit-transition:all .3s;transition:all .3s;opacity:0;filter:alpha(opacity=0)}.dlzc-container .dlzc-wrapper .dlzc-nav ul li.current a,.dlzc-container .dlzc-wrapper .dlzc-nav ul li:hover a{color:#f6a32c}.dlzc-container .dlzc-wrapper .dlzc-nav ul li.current a:before,.dlzc-container .dlzc-wrapper .dlzc-nav ul li:hover a:before{border-color:#f6a32c}.dlzc-container .dlzc-wrapper .dlzc-nav ul li.current a:after,.dlzc-container .dlzc-wrapper .dlzc-nav ul li:hover a:after{opacity:1;filter:alpha(opacity=100)}.dlzc-container .dlzc-wrapper .dlzc-nav ul li.current a i,.dlzc-container .dlzc-wrapper .dlzc-nav ul li:hover a i{color:#00c800}.dlzc-container .dlzc-wrapper .dlzc-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px;-webkit-box-shadow:inset 0 -1px 0 #eee;-ms-box-shadow:inset 0 -1px 0 #eee;-o-box-shadow:inset 0 -1px 0 #eee;box-shadow:inset 0 -1px 0 #eee}.dlzc-container .dlzc-wrapper .dlzc-title span{padding-bottom:15px;font-size:18px;color:#666;line-height:24px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item{display:none}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item.current{display:block}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item ul li:nth-child(n+2){margin-top:20px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item ul li .inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:solid 1px #c9c9c9;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item ul li .inputs:hover{border-color:#1e2846}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item ul li .inputs i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;font-size:24px;color:#ccc}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item ul li .inputs input{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px 0 5px;height:50px;font-size:14px;color:#333;line-height:50px;background:none;border:none}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item ul li .inputs input::input-placeholder{color:#666}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item ul li.form_ts{display:none;margin-top:10px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item ul li.form_ts .password_ts{padding:0 5px;font-size:12px;color:red}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .hdyzm,.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .hdyzm2,.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .smsyzm,.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .xieyi{margin-top:20px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .smsyzm ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .smsyzm ul li{width:calc(100% - 15px - 150px)}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .smsyzm ul li:nth-child(2){margin-top:0;margin-left:15px;width:150px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .smsyzm ul li a.getSmsCode{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:150px;height:52px;font-size:16px;color:#595959;background-color:#f5f5f5;border:solid 1px #c9c9c9;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .smsyzm ul li a.getSmsCode:hover{color:#fff;background-color:#06a7e6;border-color:#06a7e6}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .smsyzm ul li a.getSmsCode.disabled{color:#333 !important;background-color:#dedede !important;border-color:#e8ecec !important;cursor:not-allowed}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .xieyi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .xieyi p{margin-left:5px;font-size:16px;color:#373737}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .xieyi p a{color:#00a2f9;-webkit-transition:all .3s;transition:all .3s}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .xieyi p a:hover{color:#1e2846;text-decoration:underline}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .forget{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:25px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .forget a{font-size:14px;color:#7a7a7a;-webkit-transition:all .3s;transition:all .3s}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .forget a:hover{color:#1e2846;text-decoration:underline}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item button{display:block;margin-top:20px;width:100%;height:60px;font-size:18px;color:#fff;background-color:#00a8e6;border:none;border-radius:30px;-webkit-transition:all .3s;transition:all .3s}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item button:hover{background-color:#06a7e6}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item button:disabled{cursor:not-allowed;background:#888 !important}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .zczh{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:25px;padding-right:10px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .zczh a{font-size:14px;color:#7a7a7a;-webkit-transition:all .3s;transition:all .3s}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .zczh a:hover{color:#1e2846;text-decoration:underline}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl{position:relative;margin:0 auto;padding:15px;width:270px;height:270px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);-ms-box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);-o-box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}@keyframes circle{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes circle{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-mask .rotate{position:relative;width:30px;height:30px;border:2px solid #000;border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;-webkit-animation:circle infinite .75s linear;animation:circle infinite .75s linear}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-mask .status-wrap{position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-mask .status-wrap .iconfont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;font-size:20px;color:#fff;border-radius:50%}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-mask .status-wrap .iconfont.icon-shibai{background-color:#f76360}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-mask .status-wrap .iconfont.icon-chenggong{background-color:#09ba07}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-mask .status-wrap p{margin-top:10px;font-size:14px;color:#666;text-align:center;line-height:24px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-mask .status-wrap p a{color:#3b39ff;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-mask .status-wrap p a:hover{color:#f52531;text-decoration:underline}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .wxdl-qr{display:none;width:240px;height:240px;background-color:#fff}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .wxdl-qr img{display:block;width:240px;height:240px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-loading,.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-loading-error{display:none;width:240px;height:240px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-failure,.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-error,.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl .status-success{display:none;position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(255,255,255,.95)}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxdl-tishi{margin-top:20px;font-size:16px;color:#666;line-height:24px;text-align:center}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .login-form-text{margin-top:20px;font-size:12px;color:#888;line-height:18px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxLogin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-top:20px;border-top:solid 1px #f4f4f4;-webkit-box-shadow:inset 0 1px 0 0 #eaeaea;-ms-box-shadow:inset 0 1px 0 0 #eaeaea;-o-box-shadow:inset 0 1px 0 0 #eaeaea;box-shadow:inset 0 1px 0 0 #eaeaea}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxLogin .name{font-size:12px;color:#7a7a7a}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxLogin a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:40px}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxLogin a i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;font-size:26px;color:#fff;background:#00c800;border-radius:50%}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxLogin a span{margin-left:15px;font-size:12px;color:#7a7a7a}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxLogin a:hover i{opacity:.9;filter:alpha(opacity=90)}.dlzc-container .dlzc-wrapper .dlzc-list .dlzc-item .wxLogin a:hover span{color:#1e2846;text-decoration:underline;-webkit-transition:all .3s;transition:all .3s}.grzx-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:0 2px 9px rgba(0,0,0,.03);-ms-box-shadow:0 2px 9px rgba(0,0,0,.03);-o-box-shadow:0 2px 9px rgba(0,0,0,.03);box-shadow:0 2px 9px rgba(0,0,0,.03)}.grzx-container .grzx-subnav{width:260px;background-color:#f7f8fa}.grzx-container .grzx-subnav .grzx-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 15px 30px}.grzx-container .grzx-subnav .grzx-user .pic{width:132px;height:132px;border-radius:50%;background-color:#fff;overflow:hidden}.grzx-container .grzx-subnav .grzx-user .pic img{display:block;width:100%;height:132px;-o-object-fit:cover;object-fit:cover}.grzx-container .grzx-subnav .grzx-user .name{margin-top:15px;font-size:20px;color:#333;line-height:24px}.grzx-container .grzx-subnav .grzx-user .type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:15px auto 0;padding:0 10px;min-width:105px;height:33px;background:#06a7e6;border-radius:3px}.grzx-container .grzx-subnav .grzx-user .type i{font-size:22px;color:#fff}.grzx-container .grzx-subnav .grzx-user .type span{margin-left:10px;font-size:13px;color:#fff}.grzx-container .grzx-subnav .grzx-nav{padding-bottom:100px}.grzx-container .grzx-subnav .grzx-nav ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px;height:50px;border-top:dashed 1px #fff;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-subnav .grzx-nav ul li a i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:49px;font-size:20px;color:#666;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-subnav .grzx-nav ul li a span{position:relative;padding-left:10px;font-size:16px;color:#333;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-subnav .grzx-nav ul li a span b{position:absolute;top:-5px;left:100%;padding:0 5px;min-width:26px;font-size:12px;color:#fff;line-height:16px;text-align:center;font-weight:normal;background-color:#ff2d00;border-radius:8px}.grzx-container .grzx-subnav .grzx-nav ul li:hover a,.grzx-container .grzx-subnav .grzx-nav ul li.current a{background-color:#06a7e6}.grzx-container .grzx-subnav .grzx-nav ul li:hover a i,.grzx-container .grzx-subnav .grzx-nav ul li:hover a span,.grzx-container .grzx-subnav .grzx-nav ul li.current a i,.grzx-container .grzx-subnav .grzx-nav ul li.current a span{color:#fff}.grzx-container .grzx-main{padding:15px 15px 50px;width:calc(100% - 260px);background-color:#fff}.grzx-container .grzx-main .status-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-right:15px;-webkit-box-shadow:inset 0 -2px 0 #00a8e6;-ms-box-shadow:inset 0 -2px 0 #00a8e6;-o-box-shadow:inset 0 -2px 0 #00a8e6;box-shadow:inset 0 -2px 0 #00a8e6}.grzx-container .grzx-main .status-nav.color-gray ul li a{color:#7c7c7c}.grzx-container .grzx-main .status-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grzx-container .grzx-main .status-nav ul li:nth-child(n+2){margin-left:1px}.grzx-container .grzx-main .status-nav ul li a{position:relative;display:block;padding:0 15px;font-size:16px;color:#333;line-height:36px;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .status-nav ul li a:before{content:"";position:absolute;left:50%;top:100%;margin-left:-4px;border-left:solid 4px rgba(0,0,0,0);border-right:solid 4px rgba(0,0,0,0);border-top:solid 4px #06a7e6;-webkit-transition:all .3s;transition:all .3s;opacity:0;filter:alpha(opacity=0)}.grzx-container .grzx-main .status-nav ul li.current a,.grzx-container .grzx-main .status-nav ul li:hover a{color:#fff;background-color:#06a7e6}.grzx-container .grzx-main .status-nav ul li.current a:before,.grzx-container .grzx-main .status-nav ul li:hover a:before{opacity:1;filter:alpha(opacity=100)}.grzx-container .grzx-main .status-nav a.back{font-size:16px;color:#0778d5;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .status-nav a.back:hover{color:#f52531;text-decoration:underline}.grzx-container .grzx-main .order-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grzx-container .grzx-main .order-search span{font-size:15px;color:#1e2846}.grzx-container .grzx-main .order-search input{display:block;padding:0 10px;width:167px;height:32px;font-size:15px;color:#333;line-height:30px;background-color:#fff;border:solid 1px #c6dae5;border-radius:5px;-webkit-box-shadow:inset 0px 2px 5px rgba(214,214,214,.8);-ms-box-shadow:inset 0px 2px 5px rgba(214,214,214,.8);-o-box-shadow:inset 0px 2px 5px rgba(214,214,214,.8);box-shadow:inset 0px 2px 5px rgba(214,214,214,.8)}.grzx-container .grzx-main .order-search input::input-placeholder{color:#666}.grzx-container .grzx-main .order-search button{margin:0 0 0 10px;padding:0;width:60px;height:32px;font-size:14px;color:#fff;background-color:#00a8e6;border:none;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .order-search button:hover{background-color:#06a7e6}.grzx-container .grzx-main .order-list-title{position:relative;margin-top:20px;margin-bottom:20px;padding-left:24px;font-size:14px;color:#333;line-height:24px}.grzx-container .grzx-main .order-list-title:before{content:"";position:absolute;left:0;top:50%;z-index:1;margin-top:-6px;width:3px;height:12px;background-color:#cbcfd8}.grzx-container .grzx-main .order-list-title:after{content:"";position:absolute;left:5px;top:50%;z-index:1;margin-top:-1px;width:3px;height:7px;background-color:#cbcfd8}.grzx-container .grzx-main .order-table-list table{width:100%;text-align:center}.grzx-container .grzx-main .order-table-list table td:nth-child(8){text-align:left}.grzx-container .grzx-main .order-table-list table thead{background-color:#f1f3f7}.grzx-container .grzx-main .order-table-list table thead td{height:50px;font-size:15px;color:#758791}.grzx-container .grzx-main .order-table-list table thead td:nth-child(8){padding-left:10px}.grzx-container .grzx-main .order-table-list table tbody tr{height:50px;border-bottom:solid 1px #eaeaea}.grzx-container .grzx-main .order-table-list table tbody tr td{font-size:12px;color:#6e6e6e}.grzx-container .grzx-main .order-table-list table tbody tr td:nth-child(2) span{display:inline-block;vertical-align:middle;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grzx-container .grzx-main .order-table-list table tbody tr td:nth-child(4){color:#60beff}.grzx-container .grzx-main .order-table-list table tbody tr td .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grzx-container .grzx-main .order-table-list table tbody tr td .btns a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55px;height:21px;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .order-table-list table tbody tr td .btns a:nth-child(n+2){margin-left:5px}.grzx-container .grzx-main .order-table-list table tbody tr td .btns a.color-blue{color:#00a8e6;border:solid 1px #00a8e6}.grzx-container .grzx-main .order-table-list table tbody tr td .btns a.color-blue:hover{color:#fff;background-color:#06a7e6}.grzx-container .grzx-main .order-table-list table tbody tr td .btns a.color-red{color:#f52531;border:solid 1px #f52531}.grzx-container .grzx-main .order-table-list table tbody tr td .btns a.color-red:hover{color:#fff;background-color:#f52531}.grzx-container .grzx-main .order-details .status-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:80px;background-color:#f1f3f7}.grzx-container .grzx-main .order-details .status-wrap i{margin-right:20px;font-size:28px;color:#1d84d8}.grzx-container .grzx-main .order-details .status-wrap i.icon-guanbi{width:26px;height:26px;font-size:16px;text-align:center;line-height:24px;border:solid 1px #00a8e6;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.grzx-container .grzx-main .order-details .status-wrap span{margin-right:25px;font-size:15px;color:#758791}.grzx-container .grzx-main .order-details .status-wrap b{margin-right:20px;display:block;width:70px;height:1px;background-color:#0778d5}.grzx-container .grzx-main .order-details .orderNo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:150px}.grzx-container .grzx-main .order-details .orderNo .wrap-left,.grzx-container .grzx-main .order-details .orderNo .wrap-right{width:50%}.grzx-container .grzx-main .order-details .orderNo .wrap-left ul{margin:0 auto;width:310px}.grzx-container .grzx-main .order-details .orderNo .wrap-left ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:15px;line-height:24px}.grzx-container .grzx-main .order-details .orderNo .wrap-left ul li span:nth-child(1){color:#758791}.grzx-container .grzx-main .order-details .orderNo .wrap-left ul li span:nth-child(2){color:#3d3d3d}.grzx-container .grzx-main .order-details .orderNo .wrap-left ul li:nth-child(n+2){margin-top:15px}.grzx-container .grzx-main .order-details .orderNo .wrap-line{margin-right:-1px;width:1px;height:60px;background-color:#dadde1}.grzx-container .grzx-main .order-details .orderNo .wrap-right{padding-left:60px}.grzx-container .grzx-main .order-details .orderNo .wrap-right a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90px;height:40px;font-size:15px;color:#fff;background-color:#00a8e6;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .order-details .orderNo .wrap-right a:hover{background-color:#06a7e6}.grzx-container .grzx-main .order-details .order-info table{width:100%;font-size:15px;text-align:center}.grzx-container .grzx-main .order-details .order-info table thead{height:54px;background-color:#f8fafc}.grzx-container .grzx-main .order-details .order-info table thead td{color:#758791}.grzx-container .grzx-main .order-details .order-info table tbody tr{height:108px;border-bottom:solid 1px #e4e4e4}.grzx-container .grzx-main .order-details .order-info table tbody tr td{color:#1e1e1e}.grzx-container .grzx-main .order-details .order-info table tbody tr td:nth-child(1){color:#758791}.grzx-container .grzx-main .order-details .order-info table tbody tr td:nth-child(5){color:#ff0101}.grzx-container .grzx-main .order-details .order-info .total-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:30px;margin-right:40px}.grzx-container .grzx-main .order-details .order-info .total-price .wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.grzx-container .grzx-main .order-details .order-info .total-price .order-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px;padding-right:10px;font-size:15px;color:#2e2e2e;line-height:20px}.grzx-container .grzx-main .order-details .order-info .total-price .order-price span{margin-left:10px}.grzx-container .grzx-main .order-details .order-info .total-price .pay-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:15px;padding-left:10px;padding-right:10px;margin-top:15px;font-size:15px;color:#2e2e2e;line-height:24px;border-top:solid 1px #e4e4e4}.grzx-container .grzx-main .order-details .order-info .total-price .pay-price span{margin-left:10px;font-size:22px;color:#ff0024}.grzx-container .grzx-main .jianyi-form ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.grzx-container .grzx-main .jianyi-form ul li:nth-child(n+2){margin-top:30px}.grzx-container .grzx-main .jianyi-form ul li .name{width:80px;font-size:15px;color:#758791;line-height:40px}.grzx-container .grzx-main .jianyi-form ul li .cont{width:calc(100% - 80px)}.grzx-container .grzx-main .jianyi-form ul li .cont input{display:block;padding:0 20px;width:100%;height:40px;font-size:15px;color:#333;line-height:38px;border:solid 1px #eaeaea;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .jianyi-form ul li .cont input:hover{border-color:#1e2846}.grzx-container .grzx-main .jianyi-form ul li .cont textarea{display:block;padding:4px 20px;width:100%;min-width:100%;max-width:100%;height:300px;min-height:300px;font-size:15px;color:#333;line-height:30px;border:solid 1px #eaeaea;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .jianyi-form ul li .cont textarea:hover{border-color:#1e2846}.grzx-container .grzx-main .jianyi-form .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:70px}.grzx-container .grzx-main .jianyi-form .btns button{width:115px;height:36px;font-size:16px;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .jianyi-form .btns button:nth-child(1){color:#fff;background-color:#00a8e6;border:none}.grzx-container .grzx-main .jianyi-form .btns button:nth-child(1):hover{background-color:#06a7e6}.grzx-container .grzx-main .jianyi-form .btns button:nth-child(2){margin-left:40px;color:#00a8e6;background:none;border:solid 1px #00a8e6}.grzx-container .grzx-main .jianyi-form .btns button:nth-child(2):hover{color:#fff;background:#06a7e6;border-color:#06a7e6}.grzx-container .grzx-main .message-table table{width:100%;text-align:center}.grzx-container .grzx-main .message-table table td:nth-child(3),.grzx-container .grzx-main .message-table table td:nth-child(4){width:135px}.grzx-container .grzx-main .message-table table thead{height:54px;background-color:#f8fafc}.grzx-container .grzx-main .message-table table thead td{font-size:15px;color:#758791}.grzx-container .grzx-main .message-table table tbody tr{height:70px;border-bottom:solid 1px #e4e4e4}.grzx-container .grzx-main .message-table table tbody tr td{padding:10px;font-size:15px;color:#758791}.grzx-container .grzx-main .message-table table tbody tr .txt{margin:0 auto;max-width:500px;text-align:left}.grzx-container .grzx-main .message-table table tbody tr .txt a{font-size:15px;color:#758791;line-height:24px}.grzx-container .grzx-main .message-table table tbody tr .txt a:hover{color:#f52531;text-decoration:underline}.grzx-container .grzx-main .message-table table tbody tr .timer{font-size:15px;color:#758791;line-height:24px}.grzx-container .grzx-main .message-table table tbody tr .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grzx-container .grzx-main .message-table table tbody tr .btns a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:57px;height:23px;font-size:12px;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .message-table table tbody tr .btns a:nth-child(n+2){margin-left:5px}.grzx-container .grzx-main .message-table table tbody tr .btns a.color-blue{color:#00a8e6;border:solid 1px #00a8e6}.grzx-container .grzx-main .message-table table tbody tr .btns a.color-blue:hover{color:#fff;background-color:#06a7e6}.grzx-container .grzx-main .message-delete{display:none;margin-top:20px}.grzx-container .grzx-main .message-delete.active{display:-webkit-box;display:-ms-flexbox;display:flex}.grzx-container .grzx-main .message-delete a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:80px;height:32px;font-size:14px;color:#fff;background-color:#00a8e6;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .message-delete a:hover{background-color:#06a7e6}.grzx-container .grzx-main .message-detailes .item{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;color:#333;line-height:24px}.grzx-container .grzx-main .message-detailes .item:first-child{margin-bottom:20px;padding-bottom:10px;border-bottom:solid 1px #eee}.grzx-container .grzx-main .message-detailes .item .name{width:80px}.grzx-container .grzx-main .message-detailes .item .wrap{width:calc(100% - 80px)}.grzx-container .grzx-main .zlqy-table table{width:100%;text-align:center}.grzx-container .grzx-main .zlqy-table table thead{height:54px;background-color:#f8fafc}.grzx-container .grzx-main .zlqy-table table thead td{font-size:15px;color:#758791}.grzx-container .grzx-main .zlqy-table table tbody tr{height:70px;border-bottom:solid 1px #e4e4e4}.grzx-container .grzx-main .zlqy-table table tbody tr td{font-size:15px;color:#758791}.grzx-container .grzx-main .zlqy-table table tbody tr td .orderNo{margin:0 auto;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grzx-container .grzx-main .zlqy-table table tbody tr td span.color-red{color:red}.grzx-container .grzx-main .zlqy-table table tbody tr td .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grzx-container .grzx-main .zlqy-table table tbody tr td .btns a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:57px;height:23px;font-size:12px;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .zlqy-table table tbody tr td .btns a:nth-child(n+2){margin-left:5px}.grzx-container .grzx-main .zlqy-table table tbody tr td .btns a.color-blue{color:#00a8e6;border:solid 1px #00a8e6}.grzx-container .grzx-main .zlqy-table table tbody tr td .btns a.color-blue:hover{color:#fff;background-color:#06a7e6}.grzx-container .grzx-main .zlqy-table table tbody tr td .btns a.bg-blue{color:#fff;background-color:#00a8e6}.grzx-container .grzx-main .zlqy-table table tbody tr td .btns a.bg-blue:hover{background-color:#06a7e6}.grzx-container .grzx-main .zlfk-title,.grzx-container .grzx-main .wdcl-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grzx-container .grzx-main .zlfk-title a,.grzx-container .grzx-main .wdcl-title a{display:block;width:115px;height:36px;font-size:16px;color:#fff;text-align:center;line-height:36px;background-color:#00a8e6;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .zlfk-title a:hover,.grzx-container .grzx-main .wdcl-title a:hover{background-color:#06a7e6}.grzx-container .grzx-main .zlfk-title span,.grzx-container .grzx-main .wdcl-title span{margin-left:10px;font-size:14px;color:#666}.grzx-container .grzx-main .zlfk-title{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grzx-container .grzx-main .zlfk-title span{font-size:16px;letter-spacing:1px}.grzx-container .grzx-main .zlfk-table{margin-top:20px}.grzx-container .grzx-main .zlfk-table table{width:100%;text-align:center}.grzx-container .grzx-main .zlfk-table table thead{height:54px;background-color:#f8fafc}.grzx-container .grzx-main .zlfk-table table thead td{font-size:15px;color:#758791}.grzx-container .grzx-main .zlfk-table table tbody tr{height:70px;border-bottom:solid 1px #e4e4e4}.grzx-container .grzx-main .zlfk-table table tbody tr td{font-size:15px;color:#758791}.grzx-container .grzx-main .zlfk-table table tbody tr td .orderNo{margin:0 auto;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grzx-container .grzx-main .zlfk-table table tbody tr td span.color-red{color:red}.grzx-container .grzx-main .zlfk-table table tbody tr td span.color-blue{color:#0778d5}.grzx-container .grzx-main .zlfk-table table tbody tr td .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grzx-container .grzx-main .zlfk-table table tbody tr td .btns a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:57px;height:23px;font-size:12px;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .zlfk-table table tbody tr td .btns a:nth-child(n+2){margin-left:5px}.grzx-container .grzx-main .zlfk-table table tbody tr td .btns a.color-blue{color:#60beff;border:solid 1px #60beff}.grzx-container .grzx-main .zlfk-table table tbody tr td .btns a.color-blue:hover{color:#fff;background-color:#60beff}.grzx-container .grzx-main .txfk-form ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grzx-container .grzx-main .txfk-form ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.grzx-container .grzx-main .txfk-form ul li:nth-child(n+2){margin-top:30px}.grzx-container .grzx-main .txfk-form ul li.li-double{width:calc(50% - 35px)}.grzx-container .grzx-main .txfk-form ul li .name{width:55px;font-size:15px;color:#758791;line-height:40px}.grzx-container .grzx-main .txfk-form ul li .cont{width:calc(100% - 55px)}.grzx-container .grzx-main .txfk-form ul li .cont input{display:block;padding:0 10px;width:100%;height:40px;font-size:15px;color:#333;line-height:38px;border:solid 1px #eaeaea;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .txfk-form ul li .cont input:hover{border-color:#1e2846}.grzx-container .grzx-main .txfk-form ul li .cont input:disabled:hover{border-color:#eaeaea}.grzx-container .grzx-main .txfk-form ul li .cont select{display:block;padding:0 10px;width:100%;height:40px;font-size:15px;color:#333;line-height:38px;background:none;border:solid 1px #eaeaea;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none}.grzx-container .grzx-main .txfk-form ul li .cont select::-ms-expand{display:none}.grzx-container .grzx-main .txfk-form ul li .cont select:hover{border-color:#1e2846}.grzx-container .grzx-main .txfk-form ul li .cont select:disabled:hover{border-color:#eaeaea}.grzx-container .grzx-main .txfk-form ul li .cont textarea{display:block;padding:4px 10px;width:100%;min-width:100%;max-width:100%;height:300px;min-height:300px;font-size:15px;color:#333;line-height:30px;border:solid 1px #eaeaea;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .txfk-form ul li .cont textarea:hover{border-color:#1e2846}.grzx-container .grzx-main .txfk-form ul li .cont textarea:disabled:hover{border-color:#eaeaea}.grzx-container .grzx-main .txfk-form ul li.arrow .cont{position:relative}.grzx-container .grzx-main .txfk-form ul li.arrow .cont:before{content:"";position:absolute;right:10px;top:18px;border-left:solid 4px rgba(0,0,0,0);border-right:solid 4px rgba(0,0,0,0);border-top:solid 5px #888}.grzx-container .grzx-main .txfk-form ul li.arrow .cont select{position:relative;z-index:2}.grzx-container .grzx-main .txfk-form .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:70px}.grzx-container .grzx-main .txfk-form .btns button{width:115px;height:36px;font-size:16px;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .txfk-form .btns button:nth-child(1){color:#fff;background-color:#2254f4;border:none}.grzx-container .grzx-main .txfk-form .btns button:nth-child(1):hover{background-color:#f52531}.grzx-container .grzx-main .txfk-form .btns button:nth-child(2){margin-left:40px;color:#2254f4;background:none;border:solid 1px #2254f4}.grzx-container .grzx-main .txfk-form .btns button:nth-child(2):hover{color:#fff;background:#f52531;border-color:#f52531}.grzx-container .grzx-main .wdcl-tishi{margin-top:30px;padding-top:30px;font-size:15px;color:#758791;line-height:34px;border-top:solid 1px #e4e4e4}.grzx-container .grzx-main .wdcl-list{margin-top:30px;padding-top:30px;border-top:solid 1px #e4e4e4}.grzx-container .grzx-main .wdcl-list ul li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:25px;padding-right:25px;height:184px;border:solid 1px #d5d5d5}.grzx-container .grzx-main .wdcl-list ul li:nth-child(n+2){margin-top:20px}.grzx-container .grzx-main .wdcl-list ul li .num{position:absolute;left:0;top:0;width:30px;height:30px;font-size:14px;color:#fff;line-height:30px;text-align:center;background-color:#0061bd}.grzx-container .grzx-main .wdcl-list ul li .pic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:40px;width:100px;height:100px}.grzx-container .grzx-main .wdcl-list ul li .pic img{max-width:100%;max-height:100%}.grzx-container .grzx-main .wdcl-list ul li .info{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grzx-container .grzx-main .wdcl-list ul li .info .item{font-size:14px;color:#333;line-height:24px}.grzx-container .grzx-main .wdcl-list ul li .info .item:nth-child(odd){width:calc(60% - 10px)}.grzx-container .grzx-main .wdcl-list ul li .info .item:nth-child(even){width:calc(40% - 10px)}.grzx-container .grzx-main .wdcl-list ul li .info .item:nth-child(n+3){margin-top:10px}.grzx-container .grzx-main .wdcl-list ul li .caozuo{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:25px;padding-left:25px}.grzx-container .grzx-main .wdcl-list ul li .caozuo:before{content:"";position:absolute;left:0;top:50%;margin-top:-55px;width:1px;height:110px;border-left:dashed 1px #d1d1d1}.grzx-container .grzx-main .wdcl-list ul li .caozuo a{font-size:14px;color:#333;line-height:20px}.grzx-container .grzx-main .wdcl-list ul li .caozuo a:hover{text-decoration:underline}.grzx-container .grzx-main .wdcl-list ul li .caozuo a:nth-child(n+2){margin-top:3px}.grzx-container .grzx-main .wdcl-list ul li .caozuo a.edit{width:87px;color:#fff;line-height:30px;text-align:center;background-color:#00a8e6;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .wdcl-list ul li .caozuo a.edit:hover{text-decoration:none;background-color:#06a7e6}.grzx-container .grzx-main .wdcl-list ul li .caozuo a.del{color:#f32f2c}.grzx-container .grzx-main .grxx-form .wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.grzx-container .grzx-main .grxx-form .wrap .wrap-left{padding-top:20px;width:660px}.grzx-container .grzx-main .grxx-form .wrap .wrap-left ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grzx-container .grzx-main .grxx-form .wrap .wrap-left ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:270px;font-size:15px;color:#758791;line-height:24px}.grzx-container .grzx-main .grxx-form .wrap .wrap-left ul li:nth-child(n+3){margin-top:25px}.grzx-container .grzx-main .grxx-form .wrap .wrap-left ul li a{margin-left:10px;color:#0778d5;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .grxx-form .wrap .wrap-left ul li a:hover{color:#1e2846;text-decoration:underline}.grzx-container .grzx-main .grxx-form .wrap .wrap-left ul li .lists{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grzx-container .grzx-main .grxx-form .wrap .wrap-left ul li .lists .items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grzx-container .grzx-main .grxx-form .wrap .wrap-left ul li .lists .items:nth-child(2){position:relative;margin-left:15px;padding-left:16px}.grzx-container .grzx-main .grxx-form .wrap .wrap-left ul li .lists .items:nth-child(2):before{content:"";position:absolute;left:0;top:50%;margin-top:-10px;width:1px;height:20px;background-color:rgba(0,0,0,.1)}.grzx-container .grzx-main .grxx-form .wrap .wrap-left ul li .lists .items span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:10px;padding:0 10px;min-width:80px;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;color:#fff;background:#00a8e6;border-radius:3px}.grzx-container .grzx-main .grxx-form .wrap .wrap-left .btns{margin-top:75px;padding-top:65px;border-top:solid 1px #e4e4e4}.grzx-container .grzx-main .grxx-form .wrap .wrap-left .btns button{display:block;margin:0 auto;width:77px;height:36px;font-size:16px;color:#fff;background-color:#2254f4;border:none;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .grxx-form .wrap .wrap-left .btns button:hover{background-color:#f52531}.grzx-container .grzx-main .grxx-form .wrap .wrap-right{width:115px}.grzx-container .grzx-main .grxx-form .wrap .wrap-right a{display:block;font-size:16px;color:#fff;line-height:36px;text-align:center;background-color:#00a8e6;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .grxx-form .wrap .wrap-right a:hover{background-color:#06a7e6}.grzx-container .grzx-main .grxx-form .wrap .wrap-right a:nth-child(n+2){margin-top:15px}.grzx-container .grzx-main .edit-grxx-form ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.grzx-container .grzx-main .edit-grxx-form ul li:nth-child(n+2){margin-top:20px}.grzx-container .grzx-main .edit-grxx-form ul li .name{width:120px;min-height:34px;font-size:14px;color:#555;line-height:34px}.grzx-container .grzx-main .edit-grxx-form ul li .wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .inputs input{padding:0 10px;width:100%;height:34px;font-size:14px;color:#333;line-height:32px;border:solid 1px #ccc}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .inputs .txt{padding:0 10px;height:34px;font-size:14px;color:#333;line-height:34px}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .inputs.setting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .inputs.setting input{width:calc(100% - 100px)}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .inputs.setting .setting-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:80px;height:34px;font-size:14px;color:#fff;background-color:#00a8e6;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .inputs.setting .setting-btn:hover{background-color:#06a7e6}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .sms_code{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .sms_code input{display:block;padding:0 10px;width:200px;height:34px;font-size:14px;color:#333;line-height:32px;border:solid 1px #ccc}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .sms_code a{display:block;margin-left:10px;padding:0 10px;min-width:120px;height:34px;font-size:14px;color:#666;line-height:34px;text-align:center;background-color:#f5f5f5;border-radius:5px;-webkit-transition:all .3s;transition:all .3s;cursor:pointer}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .sms_code a:hover{color:#fff;background-color:#06a7e6}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .avatars .upload-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .avatars .upload-wrap .pic{width:140px;height:140px}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .avatars .upload-wrap .pic img{display:block;position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .avatars .upload-wrap .upload-btn{position:relative;margin-left:10px;cursor:pointer}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .avatars .upload-wrap .upload-btn span{display:block;width:90px;height:34px;font-size:14px;color:#666;line-height:32px;text-align:center;border:solid 1px #ccc;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .avatars .upload-wrap .upload-btn input{position:absolute;left:0;top:0;z-index:2;display:block;padding:0;margin:0;width:90px;height:34px;background:none;border:none;cursor:pointer;opacity:0;filter:alpha(opacity=0)}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .avatars .upload-wrap .upload-btn input:hover+span{color:#fff;background-color:#0778d5;border-color:#0778d5}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .avatars .tishi{margin-top:20px;font-size:14px;color:red;line-height:24px}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .tijiao{padding-top:20px}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .tijiao button{display:block;width:140px;height:36px;font-size:16px;color:#fff;background:#00a8e6;border:none;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .edit-grxx-form ul li .wrap .tijiao button:hover{background-color:#06a7e6}.grzx-container .grzx-main .renzheng-form .tishi{padding-bottom:20px;margin-bottom:20px;font-size:15px;color:#758791;line-height:35px;border-bottom:solid 1px #e4e4e4}.grzx-container .grzx-main .renzheng-form .shenfen{padding-bottom:20px;margin-bottom:20px;border-bottom:solid 1px #e4e4e4}.grzx-container .grzx-main .renzheng-form .shenfen h6{margin-bottom:15px;font-size:16px;color:#0778d5;line-height:24px}.grzx-container .grzx-main .renzheng-form .shenfen .labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grzx-container .grzx-main .renzheng-form .shenfen .labels span{font-size:15px;color:#758791}.grzx-container .grzx-main .renzheng-form .shenfen .labels label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:30px}.grzx-container .grzx-main .renzheng-form .shenfen .labels label:nth-child(n+2){margin-left:25px}.grzx-container .grzx-main .renzheng-form .shenfen .labels label span{margin-left:10px}.grzx-container .grzx-main .renzheng-form .title{font-size:14px;color:#000;line-height:24px;font-weight:bold}.grzx-container .grzx-main .renzheng-form .form{margin-top:20px;padding-top:20px;border-top:dashed 1px #e5e5e5}.grzx-container .grzx-main .renzheng-form .form ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px}.grzx-container .grzx-main .renzheng-form .form ul li .name{padding:8px 0;padding-left:10px;width:120px;font-size:14px;color:#555;line-height:18px}.grzx-container .grzx-main .renzheng-form .form ul li .name span{margin-left:5px;font-size:12px;color:red}.grzx-container .grzx-main .renzheng-form .form ul li .cont{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 120px)}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.li-one{width:100%}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.li-double{width:calc(50% - 3px)}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.li-double-name{width:calc((100% - 70px)/2)}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.li-double-name:nth-child(2){width:70px}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.li-three{width:calc((100% - 12px)/3)}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item input,.grzx-container .grzx-main .renzheng-form .form ul li .cont .item select{display:block;padding:0 10px;width:100%;height:34px;font-size:14px;color:#333;line-height:32px;border:solid 1px #ccc;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item input:hover,.grzx-container .grzx-main .renzheng-form .form ul li .cont .item select:hover{border-color:#1e2846}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item select{cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item select::-ms-expand{display:none}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.select-box{position:relative}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.select-box:before{content:"";position:absolute;right:10px;top:14px;z-index:1;border-left:solid 4px rgba(0,0,0,0);border-right:solid 4px rgba(0,0,0,0);border-top:solid 5px #888}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.select-box input{position:relative;z-index:2;background:none}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.select-box select{position:relative;z-index:2;background:none}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.select-box .custom-search-select{display:none;position:absolute;left:0;z-index:999;top:100%;width:100%;max-height:200px;background-color:#fff;border:1px solid #c9c9c9;border-top:none;overflow-y:auto}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.select-box .custom-search-select .items{padding-left:13px;height:30px;font-size:12px;color:#333;line-height:30px;border-bottom:1px solid #eee;cursor:pointer}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.select-box .custom-search-select .items:hover,.grzx-container .grzx-main .renzheng-form .form ul li .cont .item.select-box .custom-search-select .items.active{background:#eee}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item .pic{margin-top:20px;width:100px;height:100px;border:solid 1px #ccc}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item .pic img{display:block;width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item .txt{font-size:14px;color:red;line-height:38px}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item .txt a{color:#1e77bd}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item .file{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item .file .file-txt{padding:0 10px;width:calc(100% - 106px);height:34px;font-size:14px;color:#333;line-height:32px;border:solid 1px #ccc;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item .file span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:34px;font-size:14px;color:#333;line-height:32px;border:solid 1px #ccc;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item .file input{position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;background:none;border:none;opacity:0;filter:alpha(opacity=0);cursor:pointer}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item .file:hover .file-txt{border-color:#1e2846}.grzx-container .grzx-main .renzheng-form .form ul li .cont .item .file:hover span{color:#fff;background-color:#1e2846;border-color:#1e2846}.grzx-container .grzx-main .renzheng-form .form .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grzx-container .grzx-main .renzheng-form .form .btns button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:77px;height:36px;font-size:16px;color:#fff;background:#00a8e6;border:none;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .renzheng-form .form .btns button:hover{background:#06a7e6}.grzx-container .grzx-main .wdcl-form{padding-top:20px;border-top:dashed 1px #e5e5e5}.grzx-container .grzx-main .wdcl-form .form-wrap .item:nth-child(n+2){margin-top:10px}.grzx-container .grzx-main .wdcl-form .form-wrap .item .title{margin-bottom:10px;font-size:14px;color:#333;line-height:24px}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px;border:solid 1px #eee}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li:nth-child(n+3){margin-top:5px}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .name{padding:8px 0;padding-left:20px;width:120px;font-size:14px;color:#555;line-height:18px}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .name span{margin-left:5px;font-size:12px;color:red}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .cont{-webkit-box-flex:1;-ms-flex:1;flex:1}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .cont input,.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .cont select{display:block;padding:0 10px;width:100%;height:35px;font-size:14px;color:#333;line-height:33px;border:solid 1px #ccc;-webkit-transition:all .3s;transition:all .3s;-webkit-box-sizing:border-box;box-sizing:border-box}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .cont input:hover,.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .cont select:hover{border-color:#1e2846}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .cont .select-box{position:relative}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .cont .select-box:before{content:"";position:absolute;right:10px;top:14px;z-index:1;border-left:solid 4px rgba(0,0,0,0);border-right:solid 4px rgba(0,0,0,0);border-top:solid 5px #888}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .cont .select-box input{position:relative;z-index:2;background:none}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .cont .select-box .custom-search-select{display:none;position:absolute;left:0;z-index:999;top:100%;width:100%;max-height:200px;background-color:#fff;border:1px solid #c9c9c9;border-top:none;overflow-y:auto}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .cont .select-box .custom-search-select .items{padding-left:13px;height:30px;font-size:12px;color:#333;line-height:30px;border-bottom:1px solid #eee;cursor:pointer}.grzx-container .grzx-main .wdcl-form .form-wrap .item ul li .cont .select-box .custom-search-select .items:hover{background:#eee}.grzx-container .grzx-main .wdcl-form .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grzx-container .grzx-main .wdcl-form .btns button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:77px;height:36px;font-size:16px;color:#fff;background:#2254f4;border:none;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.grzx-container .grzx-main .wdcl-form .btns button:hover{background:#f52531}.goumai-container .goumai-title{margin-bottom:20px;font-size:16px;color:#33383e;line-height:24px}.goumai-container .goumai-wrapper{border-radius:5px;background-color:#fff;overflow:hidden;-webkit-box-shadow:1px 4px 13px rgba(236,236,236,.42);-ms-box-shadow:1px 4px 13px rgba(236,236,236,.42);-o-box-shadow:1px 4px 13px rgba(236,236,236,.42);box-shadow:1px 4px 13px rgba(236,236,236,.42)}.goumai-container .goumai-table table{width:100%;text-align:center}.goumai-container .goumai-table table thead{height:54px;background:#cfdaff;border-radius:5px;overflow:hidden}.goumai-container .goumai-table table thead span{font-size:16px;color:#33383e;font-weight:bold}.goumai-container .goumai-table table tbody tr:nth-child(n+2){border-top:solid 1px #eee}.goumai-container .goumai-table table tbody td{padding-top:20px;padding-bottom:20px}.goumai-container .goumai-table table tbody td .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.goumai-container .goumai-table table tbody td .info .pic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:110px;height:110px;border:solid 1px #dcdcdc}.goumai-container .goumai-table table tbody td .info .pic img{max-width:100%;max-height:100%}.goumai-container .goumai-table table tbody td .info .name{margin-left:15px;max-width:170px;font-size:14px;color:#33383e;text-align:left}.goumai-container .goumai-table table tbody td .txt span{display:block;font-size:14px;color:#33383e;line-height:36px}.goumai-container .goumai-table table tbody td .txt a:hover{text-decoration:underline}.goumai-container .goumai-fapiao{padding:40px;border-top:solid 1px #eee}.goumai-container .goumai-fapiao .items:nth-child(n+2){margin-top:20px}.goumai-container .goumai-fapiao .title{margin-bottom:15px;font-size:16px;color:#333;line-height:24px}.goumai-container .goumai-fapiao .title.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;padding-bottom:20px;border-bottom:solid 1px #dfdfdf}.goumai-container .goumai-fapiao .title.active #btn-addAddress{color:#00a8e6;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.goumai-container .goumai-fapiao .title.active #btn-addAddress:hover{color:#06a7e6;text-decoration:underline}.goumai-container .goumai-fapiao .fapiao-info li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:24px}.goumai-container .goumai-fapiao .fapiao-info li:nth-child(n+2){margin-top:15px}.goumai-container .goumai-fapiao .fapiao-info li .name{font-size:14px;color:#333}.goumai-container .goumai-fapiao .fapiao-info li .wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:10px}.goumai-container .goumai-fapiao .fapiao-info li .wrap .radios{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.goumai-container .goumai-fapiao .fapiao-info li .wrap .radios label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.goumai-container .goumai-fapiao .fapiao-info li .wrap .radios label span{margin-left:5px;font-size:14px;color:#333}.goumai-container .goumai-fapiao .fapiao-info li .wrap .radios label .tishi{margin-left:5px;font-size:14px;color:red}.goumai-container .goumai-fapiao .fapiao-info li .wrap .textarea{max-width:830px}.goumai-container .goumai-fapiao .fapiao-info li .wrap .textarea textarea{display:block;padding:10px;width:100%;max-width:100%;min-width:100%;height:60px;min-height:60px;font-size:14px;color:#333;line-height:24px;border:solid 1px #d9d9d9}.goumai-container .goumai-tj{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:45px;padding:0 20px;font-size:14px;color:#33383e;line-height:24px}.goumai-container .goumai-tj a{padding:0 15px;color:#fff;height:36px;line-height:36px;background:#00a8e6;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.goumai-container .goumai-tj a:hover{background-color:#06a7e6;text-decoration:underline}.goumai-container .goumai-tj .kdf{display:none;margin-bottom:20px;font-size:14px;color:#333;text-align:right}.goumai-container .goumai-tj .kdf span{font-size:18px;color:#f54531}.goumai-container .goumai-tj .heji{text-align:right}.goumai-container .goumai-tj .heji span{font-size:24px;color:#f54531}.goumai-container .goumai-tj .heji span .dw{font-size:14px}.goumai-container .goumai-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:35px}.goumai-container .goumai-btns button,.goumai-container .goumai-btns a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0 0 0 10px;width:110px;height:36px;font-size:16px;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.goumai-container .goumai-btns button{color:#fff;background:#00a8e6;border:none}.goumai-container .goumai-btns button:hover{background:#06a7e6}.goumai-container .goumai-btns a{color:#333;background:#c5c5c5}.goumai-container .goumai-btns a:hover{color:#fff;background:#06a7e6}.gmsp-pay .tishi{font-size:16px;color:#33383e;line-height:48px}.gmsp-pay .pay-box{padding:25px;margin-top:20px;background:#fff;border-radius:5px;-webkit-box-shadow:1px 4px 13px rgba(236,236,236,.42);-ms-box-shadow:1px 4px 13px rgba(236,236,236,.42);-o-box-shadow:1px 4px 13px rgba(236,236,236,.42);box-shadow:1px 4px 13px rgba(236,236,236,.42)}.gmsp-pay .pay-box .price{margin-bottom:30px;font-size:18px;color:#595959;line-height:24px}.gmsp-pay .pay-box .price span{margin-left:5px;color:red}.gmsp-pay .pay-box .pay-type{margin-bottom:45px}.gmsp-pay .pay-box .pay-type li{position:relative}.gmsp-pay .pay-box .pay-type li:nth-child(n+2){margin-top:20px}.gmsp-pay .pay-box .pay-type li input{display:block;position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;background:none;border:none;opacity:0;filter:alpha(opacity=0);cursor:pointer}.gmsp-pay .pay-box .pay-type li input:checked+.wrap{border-color:#00a2f9}.gmsp-pay .pay-box .pay-type li .wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;height:60px;border:solid 1px #ccc}.gmsp-pay .pay-box .pay-type li .wrap .icons{width:50px;height:50px}.gmsp-pay .pay-box .pay-type li .wrap .icons img{display:block;width:50px;height:50px;border-radius:10px;overflow:hidden}.gmsp-pay .pay-box .pay-type li .wrap .txt{padding-left:10px;width:calc(100% - 50px);font-size:18px;color:#595959;line-height:24px}.gmsp-pay .pay-box button{display:block;margin:0 auto;padding:0;width:125px;height:32px;font-size:16px;color:#fff;line-height:32px;text-align:center;background:#f42a43;border:none;border-radius:10px}.gmsp-pay .pay-box button:hover{opacity:.8;filter:alpha(opacity=80)}.text-form ul li{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;color:#333;border:solid 1px #ccc}.text-form ul li:nth-child(n+2){margin-top:-1px}.text-form ul li .name{padding:5px 10px;width:120px;line-height:34px;border-right:solid 1px #ccc}.text-form ul li .txt{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px;line-height:24px}.text-form ul li .wrap{width:calc(100% - 120px)}.text-form ul li .wrap .textarea{padding:10px}.text-form ul li .wrap .textarea textarea{display:block;padding:10px;width:100%;max-width:100%;min-width:100%;height:160px;min-height:160px;font-size:15px;color:#333;line-height:24px;border:solid 1px #ccc;border-radius:5px}.text-form .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.text-form .btns button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:77px;height:36px;font-size:16px;color:#fff;background:#2254f4;border:none;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.text-form .btns button:hover{background:#f52531}.gmpp-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.gmpp-head .input-search{width:722px}.gmpp-head .input-search form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gmpp-head .input-search form input{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;height:50px;font-size:16px;color:#333;line-height:48px;border:solid 1px #ccc;-webkit-transition:all .3s;transition:all .3s}.gmpp-head .input-search form input:hover{border-color:#1e2846}.gmpp-head .input-search form button{padding:0;width:110px;height:50px;font-size:16px;color:#fff;line-height:50px;background:#1e2846;border:none;-webkit-transition:all .3s;transition:all .3s}.gmpp-head .input-search form button:hover{background:#3b39ff}.gmpp-head .btn-gm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gmpp-head .btn-gm p{margin-right:30px;font-size:16px;color:#666}.gmpp-head .btn-gm a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:120px;height:50px;font-size:16px;color:#fff;background:red}.gmpp-head .btn-gm a:hover{opacity:.8;filter:alpha(opacity=80)}.gmpp-zm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}.gmpp-zm .left-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px;margin-right:10px;border:solid 1px #ccc}.gmpp-zm .left-wrap .zimutishi{font-size:14px;color:#666}.gmpp-zm .left-wrap .zm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.gmpp-zm .left-wrap .zm span{display:block;padding:3px;font-size:16px;color:#1e2846;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.gmpp-zm .left-wrap .zm span:nth-child(n+2){margin-left:5px}.gmpp-zm .left-wrap .zm span:hover{color:#f52531;text-decoration:underline}.gmpp-zm .tishi{padding:0 10px;font-size:14px;color:red;line-height:47px;background-color:#f7f7f7}.gmpp-list{margin-top:10px;border:solid 1px #ccc;border-top:solid 2px #1e2846}.gmpp-list .item .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;height:30px;background:#f0f0f0;border-bottom:solid 1px #eee}.gmpp-list .item .head .zm{font-size:16px;color:red}.gmpp-list .item .head p{font-size:14px;color:#666}.gmpp-list .item .wrap{padding:20px 30px}.gmpp-list .item .wrap ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.gmpp-list .item .wrap ul li{margin-right:30px;padding:10px;width:calc((100% - 180px)/7);background:#f0f0f0;border-radius:5px}.gmpp-list .item .wrap ul li:nth-child(7n+7){margin-right:0}.gmpp-list .item .wrap ul li:nth-child(n+8){margin-top:30px}.gmpp-list .item .wrap ul li .pic{position:relative;margin:0 auto;width:100px;height:100px;background:#fff;border:solid 1px #ccc}.gmpp-list .item .wrap ul li .pic input{display:block;position:absolute;left:0;top:0;z-index:3;padding:0;margin:0;width:100%;height:100%;cursor:pointer;background:none;border:none;opacity:0;filter:alpha(opacity=0)}.gmpp-list .item .wrap ul li .pic input:checked+*+span{display:-webkit-box;display:-ms-flexbox;display:flex}.gmpp-list .item .wrap ul li .pic img{position:relative;z-index:1;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.gmpp-list .item .wrap ul li .pic span{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;font-size:14px;color:#fff;background:rgba(0,0,0,.4)}.gmpp-list .item .wrap ul li h5{margin-top:5px;font-size:14px;color:#333;line-height:22px;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bread-nav{font-size:14px;color:#a8aab3;line-height:24px}.bread-nav a{color:#a8aab3;-webkit-transition:all .3s;transition:all .3s}.bread-nav a:hover{color:#06a7e6;text-decoration:underline}.hyqy-gonggao{margin-top:40px}.hyqy-gonggao .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:10px;margin-bottom:10px;border-bottom:solid 1px #ccc}.hyqy-gonggao .head p{font-size:16px;color:#333;font-weight:bold}.hyqy-gonggao .head a{font-size:14px;color:#3b39ff;-webkit-transition:all .3s;transition:all .3s}.hyqy-gonggao .head a:hover{color:red;text-decoration:underline}.hyqy-gonggao .wrap-list ul li{border-bottom:solid 1px #eee}.hyqy-gonggao .wrap-list ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:44px}.hyqy-gonggao .wrap-list ul li a:hover .name{color:#1e2846;text-decoration:underline}.hyqy-gonggao .wrap-list ul li a .name{width:calc(100% - 200px);font-size:15px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hyqy-gonggao .wrap-list ul li a span{font-size:14px;color:#999}.vin-detailes{padding:20px;font-size:14px;color:#333;line-height:28px;border-top:solid 1px #f2f2f4;overflow-x:auto}.wxPayTc-container{display:none;position:fixed;left:0;top:0;z-index:9999;width:100%;height:100%;background:rgba(0,0,0,.1)}.wxPayTc-container .wxPayTc-wrapper{position:absolute;left:50%;top:50%;margin-left:-284px;padding:0 15px 25px;width:568px;max-height:calc(100vh - 60px);background:#fff;overflow-y:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wxPayTc-container .wxPayTc-wrapper .title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;border-bottom:solid 1px #e3e5e5}.wxPayTc-container .wxPayTc-wrapper .title span{font-size:15px;color:#1e2846}.wxPayTc-container .wxPayTc-wrapper .title i{display:block;position:absolute;right:0;top:50%;margin-top:-22px;width:44px;height:44px;cursor:pointer}.wxPayTc-container .wxPayTc-wrapper .title i:before,.wxPayTc-container .wxPayTc-wrapper .title i:after{content:"";position:absolute;left:50%;top:50%;margin:-1px 0 0 -9px;width:18px;height:2px;background:#444}.wxPayTc-container .wxPayTc-wrapper .title i:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.wxPayTc-container .wxPayTc-wrapper .title i:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.wxPayTc-container .wxPayTc-wrapper .info-top{margin:0 10px;padding:30px 60px}.wxPayTc-container .wxPayTc-wrapper .info-top .txt{font-size:15px;color:#1e2846;line-height:32px}.wxPayTc-container .wxPayTc-wrapper .info-bot{margin:0 10px;padding:15px 60px;border-top:dashed 1px #cbcbcb}.wxPayTc-container .wxPayTc-wrapper .info-bot .tishi{font-size:16px;color:#1e2846}.wxPayTc-container .wxPayTc-wrapper .info-bot .qr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.wxPayTc-container .wxPayTc-wrapper .info-bot .qr img{display:block;margin:0 auto;width:168px;height:168px}.custom-text-list ul li{padding:20px 0;border-bottom:solid 1px #f0f0f0}.custom-text-list ul li:first-child{padding-top:0}.custom-text-list .title{font-size:0}.custom-text-list .title a{display:inline-block;vertical-align:middle;max-width:100%;font-size:16px;color:#333;line-height:22px;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all .3s;transition:all .3s}.custom-text-list .title a:hover{color:#06a7e6;text-decoration:underline !important}.custom-text-list .other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}.custom-text-list .addtime{font-size:14px;color:#999;line-height:20px}.custom-text-list .other-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-text-list .icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-text-list .icons:nth-child(1){cursor:pointer}.custom-text-list .icons:nth-child(n+2){margin-left:20px}.custom-text-list .icons i{font-size:20px;color:#9d9d9d}.custom-text-list .icons i.icon-dianzan_kuai{color:#06a7e6}.custom-text-list .icons span{margin-left:5px;font-size:14px;color:#666}.custom-pic-text-list ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:20px;padding-bottom:20px;border-bottom:solid 1px #f0f0f0}.custom-pic-text-list ul li:first-child{padding-top:0}.custom-pic-text-list .pic{margin-right:20px;width:190px;height:120px}.custom-pic-text-list .pic img{display:block;width:190px;height:120px;-o-object-fit:cover;object-fit:cover}.custom-pic-text-list .pic img:hover{opacity:.8;filter:alpha(opacity=80)}.custom-pic-text-list .picLi .text{width:calc(100% - 210px)}.custom-pic-text-list .pic+.text{width:calc(100% - 210px)}.custom-pic-text-list .text{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.custom-pic-text-list .pic+.text{padding-top:6px}.custom-pic-text-list .wrap-left{padding-right:15px;width:calc(100% - 115px)}.custom-pic-text-list .title{font-size:0}.custom-pic-text-list .title a{display:inline-block;vertical-align:middle;max-width:100%;font-size:16px;color:#333;line-height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-transition:all .3s;transition:all .3s}.custom-pic-text-list .title a:hover{color:#06a7e6;text-decoration:underline !important}.custom-pic-text-list .txt{display:block;margin-top:12px;font-size:14px;color:#666;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.custom-pic-text-list .other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:18px}.custom-pic-text-list .source{font-size:14px;color:#999;line-height:20px}.custom-pic-text-list .other-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:50px}.custom-pic-text-list .icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-pic-text-list .icons:nth-child(1){cursor:pointer}.custom-pic-text-list .icons:nth-child(n+2){margin-left:20px}.custom-pic-text-list .icons i{font-size:20px;color:#9d9d9d}.custom-pic-text-list .icons i.icon-dianzan_kuai{color:#06a7e6}.custom-pic-text-list .icons span{margin-left:5px;font-size:14px;color:#666}.custom-pic-text-list .wrap-right{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:37px;width:115px}.custom-pic-text-list .wrap-right:before{content:"";position:absolute;left:0;top:0;width:1px;height:42px;background-color:#f0f0f0}.custom-pic-text-list .wrap-right span:nth-child(1){font-size:12px;color:#999;line-height:17px}.custom-pic-text-list .wrap-right span:nth-child(2){margin-top:9px;font-size:18px;color:#666;line-height:25px}.news-tj-list ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:14px 0;border-bottom:solid 1px #f0f0f0}.news-tj-list ul li a .pic{margin-right:13px;width:100px;height:58px}.news-tj-list ul li a .pic img{width:100px;height:58px;-o-object-fit:cover;object-fit:cover}.news-tj-list ul li a:hover .pic img{opacity:.8;filter:alpha(opacity=80)}.news-tj-list ul li a .text{width:calc(100% - 100px - 13px);font-size:14px;color:#666;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-transition:all .3s;transition:all .3s}.news-tj-list ul li a:hover .text{color:#06a7e6;text-decoration:underline}.news-text-list{margin-top:20px}.news-text-list ul li:nth-child(n+2){margin-top:20px}.news-text-list ul li a{position:relative;display:block;padding-left:20px;font-size:14px;color:#666;line-height:20px;-webkit-transition:all .3s;transition:all .3s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.news-text-list ul li a:hover{color:#06a7e6;text-decoration:underline !important}.news-text-list ul li a:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;background:#d8d8d8}.news-banner-list{margin-top:14px}.news-banner-list ul li:nth-child(n+2){margin-top:14px}.news-banner-list ul li a{position:relative;display:block;padding-top:65.625%}.news-banner-list ul li a img{display:block;position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-banner-list ul li a:hover img{opacity:.8;filter:alpha(opacity=80)}.sliding-block-text{font-size:14px !important}.zhsz-form .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:45px;padding-bottom:45px;border-bottom:solid 1px #e0e0e0}.zhsz-form .item:first-child{padding-top:0}.zhsz-form .item:last-child{padding-bottom:0;border-bottom:none}.zhsz-form .item .left-wrap .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.zhsz-form .item .left-wrap .title .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:15px;width:30px}.zhsz-form .item .left-wrap .title .icon .icon-weixin{font-size:30px;color:#0eb120}.zhsz-form .item .left-wrap .title .icon .icon-jianpan{font-size:24px;color:#c4c4c4}.zhsz-form .item .left-wrap .title .name{font-size:15px;color:#758791}.zhsz-form .item .left-wrap .tishi{padding-left:45px;margin-top:10px;font-size:14px;color:#758791}.zhsz-form .item .right-wrap a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:115px;height:36px;font-size:15px;color:#758791;border:solid 1px #dcdcdc;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s;transition:all .3s;border-radius:3px}.zhsz-form .item .right-wrap a:hover{color:#fff;background:#06a7e6;border-color:#06a7e6}.zhsz-address .addbtn{display:-webkit-box;display:-ms-flexbox;display:flex}.zhsz-address .addbtn span{font-size:16px;color:#00a8e6;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.zhsz-address .addbtn span:hover{color:#06a7e6;text-decoration:underline}.zhsz-address .lists{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:25px}.zhsz-address .lists .item{margin-right:15px;padding:20px 20px 10px;width:calc((100% - 30px)/3);min-height:150px;border:solid 1px #dcdcdc;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s;transition:all .3s}.zhsz-address .lists .item:hover,.zhsz-address .lists .item.active{border-color:#06a7e6}.zhsz-address .lists .item:nth-child(3n+3){margin-right:0}.zhsz-address .lists .item:nth-child(n+4){margin-top:15px}.zhsz-address .lists .item ul li:nth-child(n+2){margin-top:15px}.zhsz-address .lists .item ul li.recipients{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.zhsz-address .lists .item ul li .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:calc(100% - 24px)}.zhsz-address .lists .item ul li .info .name{padding:0;font-size:14px;color:#33383e;line-height:24px;text-align:left}.zhsz-address .lists .item ul li .info .txt{max-width:calc(100% - 110px);font-size:14px;color:#33383e;line-height:24px;word-break:break-all;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis}.zhsz-address .lists .item ul li .info .defult{margin-left:5px;padding:0 8px;margin-top:2px;font-size:12px;color:#00a8e6;line-height:20px;border:solid 1px #00a8e6;border-radius:3px}.zhsz-address .lists .item ul li.recipients .info .name,.zhsz-address .lists .item ul li.phone .info .name{width:58px}.zhsz-address .lists .item ul li.address .info .name{width:45px}.zhsz-address .lists .item ul li .setting-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:-10px}.zhsz-address .lists .item ul li .setting-wrapper i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;color:#333;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.zhsz-address .lists .item ul li .setting-wrapper i:nth-child(n+2){margin-left:5px}.zhsz-address .lists .item ul li .setting-wrapper i:hover{color:#06a7e6}.zhsz-address .lists .item .address-foot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 0 0;margin-top:10px;border-top:solid 1px #eee}.zhsz-address .lists .item .address-foot label{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.zhsz-address .lists .item .address-foot label span{margin-left:10px;font-size:14px;color:#666}.zhsz-address .lists .item .address-foot label.active{display:-webkit-box;display:-ms-flexbox;display:flex}.zhsz-address .lists .item .address-foot a.delete-btn{font-size:14px;color:#333;-webkit-transition:all .3s;transition:all .3s}.zhsz-address .lists .item .address-foot a.delete-btn:hover{color:#06a7e6;text-decoration:underline}.zhsz-address.item-two .lists .item{margin-right:10px;width:calc(50% - 5px)}.zhsz-address.item-two .lists .item:nth-child(3n+3){margin-right:10px}.zhsz-address.item-two .lists .item:nth-child(2n+2){margin-right:0px}.zhsz-address.item-two .lists .item:nth-child(n+3){margin-top:10px}.select-address-wrap{padding-top:20px;border-top:solid 1px #eee}.wushuju{display:none;padding-top:330px;min-height:1300px;background-color:#f8f9fa}.wushuju.mini{padding-top:200px;padding-bottom:200px;min-height:200px;background:none}.wushuju img{display:block;margin:0 auto;width:144px}.wushuju.mini img{width:120px}.wushuju span{display:block;margin-top:44px;font-size:14px;color:#666;line-height:20px;text-align:center}.wushuju2{padding-top:300px;min-height:1300px;background-color:#f8f9fa}.wushuju2 img{display:block;margin:0 auto;width:144px}.wushuju2 span{display:block;margin-top:35px;font-size:14px;color:#666;line-height:20px;text-align:center}.wushuju2 a{display:block;margin-top:30px;margin-left:auto;margin-right:auto;width:70px;height:34px;font-size:14px;color:#fff;line-height:34px;text-align:center;background:#06a7e6;-webkit-transition:all .3s;transition:all .3s}.wushuju2 a:hover{background-color:#0699d3}#custom-sub-tool{position:fixed;left:calc(50% + 820px);bottom:30px;z-index:99999}#custom-sub-tool .item{position:relative}#custom-sub-tool .item:nth-child(n+2){margin-top:12px}#custom-sub-tool .item .item-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:46px;height:46px;background:#fff;-webkit-box-shadow:0px 2px 10px 0px rgba(228,228,228,.5);box-shadow:0px 2px 10px 0px rgba(228,228,228,.5);border-radius:50%;cursor:pointer}#custom-sub-tool .item .item-wrap i{font-size:18px;color:#333;-webkit-transition:all .3s;transition:all .3s}#custom-sub-tool .item .item-wrap:hover i{color:#06a7e6}#custom-sub-tool .item .item-wrap:hover i.icon-fenlei{-webkit-transform:rotate(90deg);transform:rotate(90deg)}#custom-sub-tool .item .caidan-wrap{display:none;position:absolute;right:calc(100% + 4px);bottom:-4px}#custom-sub-tool .item .caidan-wrap nav{padding:10px}#custom-sub-tool .item .caidan-wrap nav ul{padding:16px;width:176px;background-color:#fff;-webkit-box-shadow:0px 2px 10px 0px rgba(228,228,228,.5);box-shadow:0px 2px 10px 0px rgba(228,228,228,.5);border-radius:8px}#custom-sub-tool .item .caidan-wrap nav ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;height:38px;border-radius:6px;-webkit-transition:all .3s;transition:all .3s}#custom-sub-tool .item .caidan-wrap nav ul li a:hover{background-color:#f1f1f1}#custom-sub-tool .item .caidan-wrap nav ul li a i{margin-right:10px;font-size:18px;color:#333}#custom-sub-tool .item .caidan-wrap nav ul li a span{font-size:14px;color:#333}#custom-sub-tool .item.active .item-wrap i{color:#06a7e6}#custom-sub-tool .item.active .caidan-wrap{display:block}.order-table-list td:first-child,.message-table td:first-child,.zlqy-table td:first-child,.zlfk-table td:first-child{width:74px}.order-table-list td:first-child input,.order-table-list td:first-child span,.message-table td:first-child input,.message-table td:first-child span,.zlqy-table td:first-child input,.zlqy-table td:first-child span,.zlfk-table td:first-child input,.zlfk-table td:first-child span{display:inline-block;vertical-align:middle}.order-table-list td:first-child input,.message-table td:first-child input,.zlqy-table td:first-child input,.zlfk-table td:first-child input{margin-right:5px}.order-table-list thead td:first-child span,.message-table thead td:first-child span,.zlqy-table thead td:first-child span,.zlfk-table thead td:first-child span{font-size:15px;color:#758791}.order-table-list tbody td:first-child span,.message-table tbody td:first-child span,.zlqy-table tbody td:first-child span,.zlfk-table tbody td:first-child span{min-width:30px}#wxShare-container{display:none;position:fixed;left:50%;top:50%;z-index:999999;margin-left:-150px;padding:0 0 20px;width:300px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 20px rgba(0,0,0,.2);-ms-box-shadow:0 0 20px rgba(0,0,0,.2);-o-box-shadow:0 0 20px rgba(0,0,0,.2);box-shadow:0 0 20px rgba(0,0,0,.2);-webkit-transform:translateY(-50%);transform:translateY(-50%)}#wxShare-container .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;margin-bottom:20px;height:34px;font-size:14px;color:#333;border-bottom:solid 1px #eee}#wxShare-container .title i{cursor:pointer}#wxShare-container #wxqrImg{margin:0 auto;width:200px}#wxShare-container #wxqrImg img{width:200px;height:200px}#wxShare-container #copyUrl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;margin-top:10px;padding:0;font-size:14px;color:#fff;width:100px;height:30px;background:#00a8e6;border:none;outline:none;border-radius:3px;-webkit-transition:all .3s;transition:all .3s;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}#wxShare-container #copyUrl:hover{background:#06a7e6}.cert-history .title{margin-bottom:20px;padding-bottom:20px;font-size:14px;color:#000;line-height:24px;font-weight:bold;border-bottom:dashed 1px #e5e5e5}.cert-history table{width:100%;text-align:center}.cert-history table td{padding:10px;font-size:14px;color:#333;line-height:20px}.cert-history table td:nth-child(1){width:200px}.cert-history table td:nth-child(3){width:140px}.cert-history table thead{background:#f7f8fa}.cert-history table thead td{font-size:16px}.cert-history table tbody td:nth-child(2){text-align:left}.cert-history table tbody a.more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55px;height:21px;font-size:12px;color:#00a8e6;border:solid 1px #00a8e6;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}.cert-history table tbody a.more:hover{color:#fff;background-color:#06a7e6}.cert-history table tbody a.jxrz{color:#333;-webkit-transition:all .3s;transition:all .3s}.cert-history table tbody a.jxrz:hover{color:#06a7e6}@media screen and (max-width: 1732px){#custom-sub-tool{left:initial;right:10px}}@media screen and (min-width: 1280px){.zl-nav.active{position:fixed;top:0;z-index:999;margin-left:-165px;width:105px;background:none}.zl-nav.active ul{display:block}.zl-nav.active ul li{margin-bottom:1px}.zl-nav.active ul li a{position:relative;height:48px;line-height:48px;background-color:#1c2b47}.zl-nav.active ul li a:before{content:"";position:absolute;right:7px;top:50%;margin-top:-3px;border-top:solid 3px rgba(0,0,0,0);border-bottom:solid 3px rgba(0,0,0,0);border-left:solid 6px #fff;-webkit-transition:all .3s;transition:all .3s;opacity:0;filter:alpha(opacity=0)}.zl-nav.active ul li.current a,.zl-nav.active ul li:hover a{background-color:#06a7e6}.zl-nav.active ul li.current a:before,.zl-nav.active ul li:hover a:before{opacity:.4;filter:alpha(opacity=40)}}.fangdabox{position:fixed;left:0;top:0;z-index:100000000000000000;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.fangdabox .close{position:absolute;right:0;top:0;z-index:2;width:40px;height:40px;background-color:#0061bd;cursor:pointer}.fangdabox .close:before,.fangdabox .close:after{content:"";position:absolute;left:50%;top:50%;margin-top:-1px;margin-left:-10px;width:20px;height:3px;background:#fff}.fangdabox .close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fangdabox .close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fangdabox .imgbox{position:relative;z-index:1;height:100%;font-size:0;text-align:center;line-height:100vh}.fangdabox .imgbox img{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%}